openwrt/openwrt.git
17 years agofix stupid busybox bin2hex bug
Felix Fietkau [Sat, 27 Jan 2007 17:38:17 +0000 (17:38 +0000)]
fix stupid busybox bin2hex bug

SVN-Revision: 6223

17 years agoreally fix busybox wget command line parsing
Felix Fietkau [Sat, 27 Jan 2007 15:21:53 +0000 (15:21 +0000)]
really fix busybox wget command line parsing

SVN-Revision: 6218

17 years agoFix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to resolve...
Felix Fietkau [Sat, 27 Jan 2007 15:13:06 +0000 (15:13 +0000)]
Fix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to resolve an ipv6 address from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the supplied address family. This returns ipv4 addresses marked as ipv6 ones.

SVN-Revision: 6217

17 years agoadd broadcom-wl patchtable again
Felix Fietkau [Sat, 27 Jan 2007 10:09:53 +0000 (10:09 +0000)]
add broadcom-wl patchtable again

SVN-Revision: 6215

17 years agomerge another batch of code from michael buesch's wireless-dev tree, fix up extpci...
Felix Fietkau [Fri, 26 Jan 2007 20:30:32 +0000 (20:30 +0000)]
merge another batch of code from michael buesch's wireless-dev tree, fix up extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi

SVN-Revision: 6213

17 years agofix a small bug in config.pl that tends to mess up kernel cmdlines
Felix Fietkau [Fri, 26 Jan 2007 20:26:49 +0000 (20:26 +0000)]
fix a small bug in config.pl that tends to mess up kernel cmdlines

SVN-Revision: 6212

17 years agofix wget --passive-ftp
Felix Fietkau [Fri, 26 Jan 2007 20:08:46 +0000 (20:08 +0000)]
fix wget --passive-ftp

SVN-Revision: 6211

17 years agoanother fix for the awk command line parsing - should finally work properly now
Felix Fietkau [Fri, 26 Jan 2007 19:57:51 +0000 (19:57 +0000)]
another fix for the awk command line parsing - should finally work properly now

SVN-Revision: 6210

17 years agoFix gcc version selection - default version for linux 2.4 broken in r6208 - brcm...
Felix Fietkau [Fri, 26 Jan 2007 11:02:59 +0000 (11:02 +0000)]
Fix gcc version selection - default version for linux 2.4 broken in r6208 - brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...)

SVN-Revision: 6209

17 years agouse gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default
Imre Kaloz [Fri, 26 Jan 2007 10:55:06 +0000 (10:55 +0000)]
use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default

SVN-Revision: 6208

17 years agobluetooth currently depends on usb support
Felix Fietkau [Fri, 26 Jan 2007 00:10:50 +0000 (00:10 +0000)]
bluetooth currently depends on usb support

SVN-Revision: 6205

17 years agoupgrade busybox to 1.4.0
Felix Fietkau [Thu, 25 Jan 2007 19:08:01 +0000 (19:08 +0000)]
upgrade busybox to 1.4.0

SVN-Revision: 6204

17 years agomake usb init script executable
Felix Fietkau [Thu, 25 Jan 2007 17:42:07 +0000 (17:42 +0000)]
make usb init script executable

SVN-Revision: 6203

17 years agouse syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)
Felix Fietkau [Thu, 25 Jan 2007 17:39:38 +0000 (17:39 +0000)]
use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)

SVN-Revision: 6202

17 years agorename patch to avoid duplicate patch number
Felix Fietkau [Thu, 25 Jan 2007 17:09:15 +0000 (17:09 +0000)]
rename patch to avoid duplicate patch number

SVN-Revision: 6201

17 years agofix download.pl (#1257)
Felix Fietkau [Thu, 25 Jan 2007 13:58:52 +0000 (13:58 +0000)]
fix download.pl (#1257)

SVN-Revision: 6200

17 years agoadd html output for the documentation (using tex4ht)
Felix Fietkau [Thu, 25 Jan 2007 13:15:57 +0000 (13:15 +0000)]
add html output for the documentation (using tex4ht)

SVN-Revision: 6199

17 years agoforce pcmcia-cs reconfiguration when the kernel configuration changes
Nicolas Thill [Thu, 25 Jan 2007 11:17:27 +0000 (11:17 +0000)]
force pcmcia-cs reconfiguration when the kernel configuration changes

SVN-Revision: 6198

17 years agoadd ar7 sErCoMm image fix (patch by Bernardo Innocenti)
Felix Fietkau [Thu, 25 Jan 2007 10:39:02 +0000 (10:39 +0000)]
add ar7 sErCoMm image fix (patch by Bernardo Innocenti)

SVN-Revision: 6197

17 years agoupdate e2fsprogs to 1.39 (closes: #1161)
Nicolas Thill [Thu, 25 Jan 2007 09:57:24 +0000 (09:57 +0000)]
update e2fsprogs to 1.39 (closes: #1161)

SVN-Revision: 6196

17 years agofix [6191]
Mike Baker [Wed, 24 Jan 2007 22:57:51 +0000 (22:57 +0000)]
fix [6191]

SVN-Revision: 6193

17 years agoadd functionality to provide local mirrors for development purposes. * any URLs in...
Tim Yardley [Wed, 24 Jan 2007 22:38:02 +0000 (22:38 +0000)]
add functionality to provide local mirrors for development purposes. * any URLs in scripts/localmirrors will be prepended to the mirror list * this facilitates local builds and recompilations * will also be useful for the buildbot and auto-build of images

SVN-Revision: 6192

17 years agokernel has gotten too big; move kernel/jffs2 boundary TODO: automatically calculate...
Mike Baker [Wed, 24 Jan 2007 22:01:03 +0000 (22:01 +0000)]
kernel has gotten too big; move kernel/jffs2 boundary TODO: automatically calculate bounds

SVN-Revision: 6191

17 years agoRefreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN)
Rod Whitby [Tue, 23 Jan 2007 21:18:40 +0000 (21:18 +0000)]
Refreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN)

SVN-Revision: 6188

17 years agomake spca / gspca driver 2.6 only
Nicolas Thill [Tue, 23 Jan 2007 17:44:11 +0000 (17:44 +0000)]
make spca / gspca driver 2.6 only

SVN-Revision: 6186

17 years agorevert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)
Nicolas Thill [Tue, 23 Jan 2007 16:14:50 +0000 (16:14 +0000)]
revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)

SVN-Revision: 6185

17 years agofix chaostables patch (closes: #1246)
Nicolas Thill [Tue, 23 Jan 2007 16:08:24 +0000 (16:08 +0000)]
fix chaostables patch (closes: #1246)

SVN-Revision: 6184

17 years agoForgot to add the DELUDE target :/
Florian Fainelli [Tue, 23 Jan 2007 00:03:01 +0000 (00:03 +0000)]
Forgot to add the DELUDE target :/

SVN-Revision: 6183

17 years agoAdd chaostable from #1187, also enable netfilter modules for ixp4xx.
Florian Fainelli [Mon, 22 Jan 2007 23:55:22 +0000 (23:55 +0000)]
Add chaostable from #1187, also enable netfilter modules for ixp4xx.

SVN-Revision: 6182

17 years agoFix zd1211rw typo and call (#1241)
Florian Fainelli [Mon, 22 Jan 2007 23:01:13 +0000 (23:01 +0000)]
Fix zd1211rw typo and call (#1241)

SVN-Revision: 6181

17 years agocosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
Nicolas Thill [Mon, 22 Jan 2007 17:33:10 +0000 (17:33 +0000)]
cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS

SVN-Revision: 6180

17 years agoremove lots of useless junk from the nvram package
Felix Fietkau [Mon, 22 Jan 2007 14:46:37 +0000 (14:46 +0000)]
remove lots of useless junk from the nvram package

SVN-Revision: 6177

17 years agofix a typo in my netfilter commit - worked for iptables, didn't work for the kernel...
Felix Fietkau [Mon, 22 Jan 2007 11:22:02 +0000 (11:22 +0000)]
fix a typo in my netfilter commit - worked for iptables, didn't work for the kernel modules

SVN-Revision: 6176

17 years agoupgrade spca5xx to latest upstream version
Felix Fietkau [Mon, 22 Jan 2007 08:15:06 +0000 (08:15 +0000)]
upgrade spca5xx to latest upstream version

SVN-Revision: 6174

17 years agoadd missing config checks for the netfilter connmark target (fixes #1186)
Felix Fietkau [Mon, 22 Jan 2007 01:23:44 +0000 (01:23 +0000)]
add missing config checks for the netfilter connmark target (fixes #1186)

SVN-Revision: 6172

17 years agoexport __libc_stack_end in dynamically linked binaries as well - fixes uclibc++ compi...
Felix Fietkau [Mon, 22 Jan 2007 01:11:39 +0000 (01:11 +0000)]
export __libc_stack_end in dynamically linked binaries as well - fixes uclibc++ compile on powerpc (#1230)

SVN-Revision: 6171

17 years agocompile fix for 2.6
Felix Fietkau [Mon, 22 Jan 2007 01:08:29 +0000 (01:08 +0000)]
compile fix for 2.6

SVN-Revision: 6170

17 years agocompile fix for 2.6
Felix Fietkau [Mon, 22 Jan 2007 01:02:02 +0000 (01:02 +0000)]
compile fix for 2.6

SVN-Revision: 6169

17 years agoadd missing VIDEO_SUPPORT option
Felix Fietkau [Sun, 21 Jan 2007 23:56:10 +0000 (23:56 +0000)]
add missing VIDEO_SUPPORT option

SVN-Revision: 6166

17 years agofix keynote compile
Felix Fietkau [Sun, 21 Jan 2007 23:42:09 +0000 (23:42 +0000)]
fix keynote compile

SVN-Revision: 6165

17 years agoMount usb filesystem at startup (#1077)
Florian Fainelli [Sun, 21 Jan 2007 18:11:27 +0000 (18:11 +0000)]
Mount usb filesystem at startup (#1077)

SVN-Revision: 6163

17 years agofix a typo
Felix Fietkau [Sun, 21 Jan 2007 12:56:55 +0000 (12:56 +0000)]
fix a typo

SVN-Revision: 6158

17 years agoanother compile fix
Felix Fietkau [Sun, 21 Jan 2007 02:18:53 +0000 (02:18 +0000)]
another compile fix

SVN-Revision: 6155

17 years agopass the CFLAGS through the environment on compile and fix a few packages
Felix Fietkau [Sun, 21 Jan 2007 02:14:50 +0000 (02:14 +0000)]
pass the CFLAGS through the environment on compile and fix a few packages

SVN-Revision: 6154

17 years agomake spca5xx depend on video device support in the kernel
Felix Fietkau [Sun, 21 Jan 2007 02:02:01 +0000 (02:02 +0000)]
make spca5xx depend on video device support in the kernel

SVN-Revision: 6153

17 years agofix typos
Felix Fietkau [Sat, 20 Jan 2007 23:44:45 +0000 (23:44 +0000)]
fix typos

SVN-Revision: 6149

17 years agoturn the IXP4xx microcode check into a prereq check so that the error message is...
Felix Fietkau [Sat, 20 Jan 2007 18:45:54 +0000 (18:45 +0000)]
turn the IXP4xx microcode check into a prereq check so that the error message is displayed before the compile starts

SVN-Revision: 6148

17 years agoallow newlines in prereq error messages
Felix Fietkau [Sat, 20 Jan 2007 18:45:06 +0000 (18:45 +0000)]
allow newlines in prereq error messages

SVN-Revision: 6147

17 years agocosmetic fix
Felix Fietkau [Sat, 20 Jan 2007 17:09:14 +0000 (17:09 +0000)]
cosmetic fix

SVN-Revision: 6146

17 years agoignore the bridge option if brctl is not available
Felix Fietkau [Sat, 20 Jan 2007 15:28:47 +0000 (15:28 +0000)]
ignore the bridge option if brctl is not available

SVN-Revision: 6145

17 years agofix fdisk llseek
Felix Fietkau [Sat, 20 Jan 2007 15:00:31 +0000 (15:00 +0000)]
fix fdisk llseek

SVN-Revision: 6144

17 years agofix for e2fsprogs package splitup
Felix Fietkau [Sat, 20 Jan 2007 13:22:40 +0000 (13:22 +0000)]
fix for e2fsprogs package splitup

SVN-Revision: 6143

17 years agoAdd WL-700gE support (based on work by jr) Includes kernel/diag patch and a new targe...
Felix Fietkau [Sat, 20 Jan 2007 12:35:00 +0000 (12:35 +0000)]
Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a new target profile

SVN-Revision: 6142

17 years agomove e2fsprogs from packages to trunk (will need this in a target profile later)
Felix Fietkau [Sat, 20 Jan 2007 05:13:35 +0000 (05:13 +0000)]
move e2fsprogs from packages to trunk (will need this in a target profile later)

SVN-Revision: 6141

17 years agoremove obsolete stuff
Felix Fietkau [Sat, 20 Jan 2007 02:39:13 +0000 (02:39 +0000)]
remove obsolete stuff

SVN-Revision: 6138

17 years agoadd descriptions to the broadcom target profiles and export them to the target metada...
Felix Fietkau [Sat, 20 Jan 2007 02:30:36 +0000 (02:30 +0000)]
add descriptions to the broadcom target profiles and export them to the target metadata (not presented in menuconfig yet)

SVN-Revision: 6137

17 years agocleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages...
Felix Fietkau [Sat, 20 Jan 2007 02:01:53 +0000 (02:01 +0000)]
cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface

SVN-Revision: 6136

17 years agoinclude .pkginfo in image builder
Felix Fietkau [Sat, 20 Jan 2007 01:38:31 +0000 (01:38 +0000)]
include .pkginfo in image builder

SVN-Revision: 6135

17 years agoclean up package rebuild messages
Felix Fietkau [Sat, 20 Jan 2007 01:35:13 +0000 (01:35 +0000)]
clean up package rebuild messages

SVN-Revision: 6134

17 years agoadd usb led for wl-hdd
Felix Fietkau [Sat, 20 Jan 2007 01:18:58 +0000 (01:18 +0000)]
add usb led for wl-hdd

SVN-Revision: 6133

17 years agoalways return true in rstrip.sh
Felix Fietkau [Sat, 20 Jan 2007 01:17:28 +0000 (01:17 +0000)]
always return true in rstrip.sh

SVN-Revision: 6132

17 years agofix syslogd output to /dev/console (patch from #1170)
Felix Fietkau [Fri, 19 Jan 2007 12:57:23 +0000 (12:57 +0000)]
fix syslogd output to /dev/console (patch from #1170)

SVN-Revision: 6131

17 years agofix user mode linux toolchain build
Felix Fietkau [Fri, 19 Jan 2007 12:19:45 +0000 (12:19 +0000)]
fix user mode linux toolchain build

SVN-Revision: 6130

17 years agobring in 2.6.19.2 fixes, primarily for the fixed sata support. see http://www.kernel...
Tim Yardley [Thu, 18 Jan 2007 18:58:24 +0000 (18:58 +0000)]
bring in 2.6.19.2 fixes, primarily for the fixed sata support. see /pub/linux/kernel/v2.6/ChangeLog-2.6.19.2 for full details of the changes

SVN-Revision: 6128

17 years agofix pcmcia-cs install (remove previous PKG_INSTALL_DIR)
Nicolas Thill [Thu, 18 Jan 2007 15:14:19 +0000 (15:14 +0000)]
fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)

SVN-Revision: 6126

17 years agoFix wep encryption setting with madwifi (#1173)
Florian Fainelli [Thu, 18 Jan 2007 14:43:21 +0000 (14:43 +0000)]
Fix wep encryption setting with madwifi (#1173)

SVN-Revision: 6125

17 years agoFix the issue where the default gateway is not set in static mode most of the time...
Felix Fietkau [Wed, 17 Jan 2007 21:29:53 +0000 (21:29 +0000)]
Fix the issue where the default gateway is not set in static mode most of the time. Seems like the bridge is not fast enough at switching to 'forwarding' mode so a short delay before setting the routes is necessary.

SVN-Revision: 6123

17 years agofix dropbear config (#960)
Felix Fietkau [Wed, 17 Jan 2007 20:24:36 +0000 (20:24 +0000)]
fix dropbear config (#960)

SVN-Revision: 6117

17 years agoUse nbd's fix for Zip files.
Mike Albon [Tue, 16 Jan 2007 18:13:19 +0000 (18:13 +0000)]
Use nbd's fix for Zip files.

SVN-Revision: 6111

17 years agoremove bogus part of the broadcom target descriptions
Felix Fietkau [Tue, 16 Jan 2007 02:16:03 +0000 (02:16 +0000)]
remove bogus part of the broadcom target descriptions

SVN-Revision: 6109

17 years agofix a small typo
Felix Fietkau [Mon, 15 Jan 2007 00:10:00 +0000 (00:10 +0000)]
fix a small typo

SVN-Revision: 6104

17 years agoshow package list on make info in the image builder
Felix Fietkau [Sun, 14 Jan 2007 23:49:23 +0000 (23:49 +0000)]
show package list on make info in the image builder

SVN-Revision: 6103

17 years agoFix config checks for Image Builder and SDK - only build them when requested. Clear...
Felix Fietkau [Sun, 14 Jan 2007 23:37:40 +0000 (23:37 +0000)]
Fix config checks for Image Builder and SDK - only build them when requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package.

SVN-Revision: 6102

17 years agoremove BIN_DIR on make clean in the image builder
Felix Fietkau [Sun, 14 Jan 2007 23:12:30 +0000 (23:12 +0000)]
remove BIN_DIR on make clean in the image builder

SVN-Revision: 6101

17 years agofix x86 image builder
Felix Fietkau [Sun, 14 Jan 2007 22:59:51 +0000 (22:59 +0000)]
fix x86 image builder

SVN-Revision: 6100

17 years agoadd checks for {ip,ip6}addr in the network config
Felix Fietkau [Sun, 14 Jan 2007 22:29:13 +0000 (22:29 +0000)]
add checks for {ip,ip6}addr in the network config

SVN-Revision: 6099

17 years agoinclude the default profile in target.mk as well - required for the image builder...
Felix Fietkau [Sun, 14 Jan 2007 21:44:13 +0000 (21:44 +0000)]
include the default profile in target.mk as well - required for the image builder on certain targets

SVN-Revision: 6098

17 years agomove another DEFAULT:=y and fix a dependency bug
Felix Fietkau [Sun, 14 Jan 2007 17:58:43 +0000 (17:58 +0000)]
move another DEFAULT:=y and fix a dependency bug

SVN-Revision: 6097

17 years agomove several instances of DEFAULT:=y to profile preselections (easier for the image...
Felix Fietkau [Sun, 14 Jan 2007 17:56:42 +0000 (17:56 +0000)]
move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)

SVN-Revision: 6096

17 years agoinclude section name in the package metadata
Felix Fietkau [Sun, 14 Jan 2007 12:21:39 +0000 (12:21 +0000)]
include section name in the package metadata

SVN-Revision: 6094

17 years agoinclude .targetinfo in the image builder, and allow direct calls to the package_index...
Felix Fietkau [Sun, 14 Jan 2007 10:49:00 +0000 (10:49 +0000)]
include .targetinfo in the image builder, and allow direct calls to the package_index target

SVN-Revision: 6093

17 years agoadd maintainer to package metadata
Felix Fietkau [Sat, 13 Jan 2007 14:09:48 +0000 (14:09 +0000)]
add maintainer to package metadata

SVN-Revision: 6089

17 years agomerge the scripts dealing with package/target metadata to remove some redundant code
Felix Fietkau [Sat, 13 Jan 2007 14:05:14 +0000 (14:05 +0000)]
merge the scripts dealing with package/target metadata to remove some redundant code

SVN-Revision: 6088

17 years agoFix the annoying base-files autorebuild bug. When checking file mtimes in directories...
Felix Fietkau [Fri, 12 Jan 2007 11:09:05 +0000 (11:09 +0000)]
Fix the annoying base-files autorebuild bug. When checking file mtimes in directories, timestamp.pl was following symlinks. This broke on base-files, because there are symlinks to /tmp and to /proc/mounts in the build directory.

SVN-Revision: 6084

17 years agofix unpacking of .zip files
Felix Fietkau [Thu, 11 Jan 2007 19:07:12 +0000 (19:07 +0000)]
fix unpacking of .zip files

SVN-Revision: 6083

17 years agodisable pcmcia for atheros-2.6
Felix Fietkau [Thu, 11 Jan 2007 18:47:44 +0000 (18:47 +0000)]
disable pcmcia for atheros-2.6

SVN-Revision: 6082

17 years agoRename patches to match conventions
Florian Fainelli [Thu, 11 Jan 2007 17:28:16 +0000 (17:28 +0000)]
Rename patches to match conventions

SVN-Revision: 6080

17 years agoRemove this unnecessary patch
Florian Fainelli [Thu, 11 Jan 2007 16:35:18 +0000 (16:35 +0000)]
Remove this unnecessary patch

SVN-Revision: 6079

17 years agoOk, try to make shfs work with 2.6.19, raw fixes, so might need better reading of...
Florian Fainelli [Thu, 11 Jan 2007 14:05:01 +0000 (14:05 +0000)]
Ok, try to make shfs work with 2.6.19, raw fixes, so might need better reading of the FS api changes

SVN-Revision: 6078

17 years agobump version numbers of linksys images, because the linksys firmware often refuses...
Felix Fietkau [Thu, 11 Jan 2007 09:54:51 +0000 (09:54 +0000)]
bump version numbers of linksys images, because the linksys firmware often refuses to downgrade

SVN-Revision: 6074

17 years agoforce rebuild of the imagebuilder
Felix Fietkau [Thu, 11 Jan 2007 09:49:43 +0000 (09:49 +0000)]
force rebuild of the imagebuilder

SVN-Revision: 6073

17 years agoAdd initial version of the new Image Builder It's still a bit rough in a few places...
Felix Fietkau [Wed, 10 Jan 2007 21:52:28 +0000 (21:52 +0000)]
Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.

SVN-Revision: 6071

17 years agodon't mess with the staging dir too much when building the sdk
Felix Fietkau [Wed, 10 Jan 2007 21:21:59 +0000 (21:21 +0000)]
don't mess with the staging dir too much when building the sdk

SVN-Revision: 6070

17 years agocosmetic fixes for ipkg
Felix Fietkau [Wed, 10 Jan 2007 16:56:05 +0000 (16:56 +0000)]
cosmetic fixes for ipkg

SVN-Revision: 6066

17 years agoinclude the full board name in .target.mk
Felix Fietkau [Wed, 10 Jan 2007 16:55:32 +0000 (16:55 +0000)]
include the full board name in .target.mk

SVN-Revision: 6065

17 years agoenable pretty lsmod output for linux 2.6
Felix Fietkau [Wed, 10 Jan 2007 16:20:40 +0000 (16:20 +0000)]
enable pretty lsmod output for linux 2.6

SVN-Revision: 6064

17 years agofix madwifi mode selection problems
Felix Fietkau [Wed, 10 Jan 2007 16:14:16 +0000 (16:14 +0000)]
fix madwifi mode selection problems

SVN-Revision: 6063

17 years agoinclude default package set in .target.mk
Felix Fietkau [Wed, 10 Jan 2007 16:01:07 +0000 (16:01 +0000)]
include default package set in .target.mk

SVN-Revision: 6061

17 years agoadd a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)
Nicolas Thill [Wed, 10 Jan 2007 11:59:42 +0000 (11:59 +0000)]
add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)

SVN-Revision: 6060

17 years agoUpdate rdc-2.6 config (#1178)
Florian Fainelli [Tue, 9 Jan 2007 19:37:00 +0000 (19:37 +0000)]
Update rdc-2.6 config (#1178)

SVN-Revision: 6051