openwrt.git
17 years agoextend X86_GRUB_ROOTPART selection to jffs2 images
nbd [Fri, 27 Oct 2006 05:23:00 +0000 (05:23 +0000)]
extend X86_GRUB_ROOTPART selection to jffs2 images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5308 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agorevert to hda2
nbd [Fri, 27 Oct 2006 05:22:39 +0000 (05:22 +0000)]
revert to hda2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5307 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agothis should have been sda not hda
pavlov [Fri, 27 Oct 2006 05:13:29 +0000 (05:13 +0000)]
this should have been sda not hda

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5306 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agobring in floorf so that postgres server will compile by default, package to come...
pavlov [Thu, 26 Oct 2006 18:05:58 +0000 (18:05 +0000)]
bring in floorf so that postgres server will compile by default, package to come later for server

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5304 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd a configuration option to enable full c99 math in libm. this is needed for funct...
pavlov [Thu, 26 Oct 2006 17:16:13 +0000 (17:16 +0000)]
add a configuration option to enable full c99 math in libm.  this is needed for functions like floorf (which happens to be used in postgresql server as an example)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5302 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd protection against running cf2nand from yaffs2
nbd [Thu, 26 Oct 2006 02:15:22 +0000 (02:15 +0000)]
add protection against running cf2nand from yaffs2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5301 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd cf2nand script for copying a cf card installation to nand flash automatically...
nbd [Thu, 26 Oct 2006 02:09:30 +0000 (02:09 +0000)]
add cf2nand script for copying a cf card installation to nand flash automatically on rb532

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5300 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd lookup function for mtd parts
nbd [Thu, 26 Oct 2006 01:35:50 +0000 (01:35 +0000)]
add lookup function for mtd parts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5299 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agouse lock to remove race conditions in bringing up ppp and dhcp that would lead to...
nbd [Thu, 26 Oct 2006 01:33:36 +0000 (01:33 +0000)]
use lock to remove race conditions in bringing up ppp and dhcp that would lead to multiple active processes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5298 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoreduce the possibility of race conditions when using the lock utility
nbd [Thu, 26 Oct 2006 01:32:49 +0000 (01:32 +0000)]
reduce the possibility of race conditions when using the lock utility

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5297 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoAdd NAND flash/YAFFS2 patches for RB532 by David Goodenough
nbd [Thu, 26 Oct 2006 01:08:41 +0000 (01:08 +0000)]
Add NAND flash/YAFFS2 patches for RB532 by David Goodenough
Read the kernel command line from an otherwise unused area of the kernel image (will be used for changing the command line on the fly when copying the system from CF to NAND)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5296 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix dropbear init script
nbd [Thu, 26 Oct 2006 01:01:04 +0000 (01:01 +0000)]
fix dropbear init script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5295 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agosome minor cleanup
pavlov [Wed, 25 Oct 2006 23:52:17 +0000 (23:52 +0000)]
some minor cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5294 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix partition issue with x86, leveraging the default size on the second partition...
pavlov [Wed, 25 Oct 2006 23:51:48 +0000 (23:51 +0000)]
fix partition issue with x86, leveraging the default size on the second partition (all of the remaining drive) in order to get around size differences

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5293 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoignore mtd erase errors (will probably be required for nand flash)
nbd [Wed, 25 Oct 2006 19:47:09 +0000 (19:47 +0000)]
ignore mtd erase errors (will probably be required for nand flash)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5292 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agouse gcc 4.1.1 for rb532 by default
nbd [Wed, 25 Oct 2006 00:30:36 +0000 (00:30 +0000)]
use gcc 4.1.1 for rb532 by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5291 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomake network scripts more robust, prevent multiple instances of pppd and udhcpc for...
nbd [Tue, 24 Oct 2006 23:59:08 +0000 (23:59 +0000)]
make network scripts more robust, prevent multiple instances of pppd and udhcpc for the same interface

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5290 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agocode to bring in the following for x86:
pavlov [Tue, 24 Oct 2006 22:33:23 +0000 (22:33 +0000)]
code to bring in the following for x86:
    X86_GRUB_ROOTPART: configureable root partition for kernel options
    X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5289 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix irq issue (ap70 eth1)
mbm [Tue, 24 Oct 2006 19:53:57 +0000 (19:53 +0000)]
fix irq issue (ap70 eth1)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5288 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd netconfig fix for wl-500g premium
nbd [Tue, 24 Oct 2006 18:51:10 +0000 (18:51 +0000)]
add netconfig fix for wl-500g premium

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5287 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd e1000 driver, remove references to LINUX_2_4_X86
nbd [Tue, 24 Oct 2006 18:36:04 +0000 (18:36 +0000)]
add e1000 driver, remove references to LINUX_2_4_X86

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5286 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoturn target runtime check of mtd into a compile-time check
nbd [Tue, 24 Oct 2006 18:11:33 +0000 (18:11 +0000)]
turn target runtime check of mtd into a compile-time check

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5285 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd fix for samsung flash chips
nbd [Tue, 24 Oct 2006 18:05:05 +0000 (18:05 +0000)]
add fix for samsung flash chips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5284 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd extra autoload for ppp modules
nbd [Tue, 24 Oct 2006 17:27:32 +0000 (17:27 +0000)]
add extra autoload for ppp modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5283 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove an obsolete function
nbd [Tue, 24 Oct 2006 14:15:14 +0000 (14:15 +0000)]
remove an obsolete function

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5280 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix dependencies on the virtual kernel package (fixes #878)
nbd [Tue, 24 Oct 2006 14:02:33 +0000 (14:02 +0000)]
fix dependencies on the virtual kernel package (fixes #878)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5279 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoconvert ar7-atm to KernelPackage template
nbd [Tue, 24 Oct 2006 13:52:56 +0000 (13:52 +0000)]
convert ar7-atm to KernelPackage template

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5277 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoconvert ar7-net to KernelPackage template
nbd [Tue, 24 Oct 2006 13:49:35 +0000 (13:49 +0000)]
convert ar7-net to KernelPackage template

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5276 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix tiatm compile
nbd [Tue, 24 Oct 2006 13:42:03 +0000 (13:42 +0000)]
fix tiatm compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5275 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix typo
nbd [Mon, 23 Oct 2006 16:38:47 +0000 (16:38 +0000)]
fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5270 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoimprove mtd image check - don't check trx header if the target partition is not ...
nbd [Mon, 23 Oct 2006 14:52:04 +0000 (14:52 +0000)]
improve mtd image check - don't check trx header if the target partition is not 'linux', don't display image check messages with -qq and -f, fixes #850

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5269 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix a timeout on amd flash chips (patch from #874)
nbd [Sun, 22 Oct 2006 21:16:15 +0000 (21:16 +0000)]
fix a timeout on amd flash chips (patch from #874)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5262 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agostrip third arg (dir name) to Build/Configure/Default macro
nico [Sun, 22 Oct 2006 21:15:55 +0000 (21:15 +0000)]
strip third arg (dir name) to Build/Configure/Default macro

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5261 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agouse getdents64 in the uClibc glob function
nbd [Sun, 22 Oct 2006 20:33:36 +0000 (20:33 +0000)]
use getdents64 in the uClibc glob function

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5256 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd generic and via ide support to x86-2.6
nbd [Sun, 22 Oct 2006 17:01:29 +0000 (17:01 +0000)]
add generic and via ide support to x86-2.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5255 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd missing autoload options
nbd [Sun, 22 Oct 2006 15:57:41 +0000 (15:57 +0000)]
add missing autoload options

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5254 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove obsolete file
nbd [Fri, 20 Oct 2006 13:36:00 +0000 (13:36 +0000)]
remove obsolete file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5251 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agotemplate.awk fix processing of certain config file formats
nbd [Fri, 20 Oct 2006 12:56:42 +0000 (12:56 +0000)]
template.awk fix processing of certain config file formats

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5249 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix squid and rp-pppoe (closes: #869)
nico [Fri, 20 Oct 2006 10:32:01 +0000 (10:32 +0000)]
fix squid and rp-pppoe (closes: #869)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5247 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomove /usr/lib/parse-config.awk to /lib/config/template.awk
nbd [Fri, 20 Oct 2006 00:13:34 +0000 (00:13 +0000)]
move /usr/lib/parse-config.awk to /lib/config/template.awk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5244 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix ar7-net compile error
nbd [Thu, 19 Oct 2006 22:26:36 +0000 (22:26 +0000)]
fix ar7-net compile error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5243 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix typo
nbd [Thu, 19 Oct 2006 21:04:14 +0000 (21:04 +0000)]
fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5242 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix gnupg compile
nbd [Thu, 19 Oct 2006 18:30:49 +0000 (18:30 +0000)]
fix gnupg compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5240 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agodisable pcmcia on rb532
nico [Thu, 19 Oct 2006 18:22:48 +0000 (18:22 +0000)]
disable pcmcia on rb532

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5239 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix softdog kmod packaging on 2.6
nico [Thu, 19 Oct 2006 18:05:21 +0000 (18:05 +0000)]
fix softdog kmod packaging on 2.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5238 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoenable download target only if PKG_SOURCE_URL is set
nbd [Thu, 19 Oct 2006 17:32:49 +0000 (17:32 +0000)]
enable download target only if PKG_SOURCE_URL is set

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5237 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agosmall fix for the sitefiles
nbd [Thu, 19 Oct 2006 16:56:33 +0000 (16:56 +0000)]
small fix for the sitefiles

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5236 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix bmon compile
nbd [Thu, 19 Oct 2006 16:11:51 +0000 (16:11 +0000)]
fix bmon compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5234 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd sitefiles similar to the ones from openembedded
nbd [Thu, 19 Oct 2006 15:25:58 +0000 (15:25 +0000)]
add sitefiles similar to the ones from openembedded

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5232 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix bluetooth module packaging
nbd [Thu, 19 Oct 2006 13:28:36 +0000 (13:28 +0000)]
fix bluetooth module packaging

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5230 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix unnecessary kernel package recompile
nbd [Thu, 19 Oct 2006 06:38:06 +0000 (06:38 +0000)]
fix unnecessary kernel package recompile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5227 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agocleanup/rewrite of the kernel build process
nbd [Thu, 19 Oct 2006 06:20:55 +0000 (06:20 +0000)]
cleanup/rewrite of the kernel build process

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove bluetooth from ar7 config
nbd [Thu, 19 Oct 2006 05:21:18 +0000 (05:21 +0000)]
remove bluetooth from ar7 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5225 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agocleanup
nbd [Thu, 19 Oct 2006 05:01:04 +0000 (05:01 +0000)]
cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoforgot to remove 2 files
nbd [Thu, 19 Oct 2006 04:36:09 +0000 (04:36 +0000)]
forgot to remove 2 files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5223 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofinally kill KMOD_template - removes a big chunk of legacy build code
nbd [Thu, 19 Oct 2006 04:35:29 +0000 (04:35 +0000)]
finally kill KMOD_template - removes a big chunk of legacy build code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5222 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomake filesystem size selection generic (for ext2)
nbd [Thu, 19 Oct 2006 03:27:24 +0000 (03:27 +0000)]
make filesystem size selection generic (for ext2)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5221 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoport more modules over to the new system
nbd [Thu, 19 Oct 2006 02:05:17 +0000 (02:05 +0000)]
port more modules over to the new system

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5220 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove bogus -j1 options from make calls
nbd [Wed, 18 Oct 2006 22:12:24 +0000 (22:12 +0000)]
remove bogus -j1 options from make calls

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5217 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agochange rm to rm -f to avoid bogus make messages
nbd [Wed, 18 Oct 2006 22:07:32 +0000 (22:07 +0000)]
change rm to rm -f to avoid bogus make messages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5215 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd another parallel build fix
nbd [Wed, 18 Oct 2006 19:31:45 +0000 (19:31 +0000)]
add another parallel build fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5209 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoimprove parallel building
nbd [Wed, 18 Oct 2006 19:00:05 +0000 (19:00 +0000)]
improve parallel building

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5208 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix parallel build of brcm-2.4
nbd [Wed, 18 Oct 2006 18:52:26 +0000 (18:52 +0000)]
fix parallel build of brcm-2.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5207 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd missing <asm/segment.h>, fix mini_fo and openswan build on ppc
nico [Wed, 18 Oct 2006 14:16:17 +0000 (14:16 +0000)]
add missing <asm/segment.h>, fix mini_fo and openswan build on ppc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5206 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoenable native ipsec modules on 2.6, add ipsec kernel modules
nico [Wed, 18 Oct 2006 13:21:13 +0000 (13:21 +0000)]
enable native ipsec modules on 2.6, add ipsec kernel modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5205 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix uml-2.6 build, move KERNELNAME to kernel-build.mk
nico [Wed, 18 Oct 2006 13:16:44 +0000 (13:16 +0000)]
fix uml-2.6 build, move KERNELNAME to kernel-build.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5204 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agooops, committed the wrong file
nbd [Tue, 17 Oct 2006 21:47:21 +0000 (21:47 +0000)]
oops, committed the wrong file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5203 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix typo in usbcore autoload
nbd [Tue, 17 Oct 2006 21:45:44 +0000 (21:45 +0000)]
fix typo in usbcore autoload

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5202 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix module autoload option
nbd [Tue, 17 Oct 2006 21:43:41 +0000 (21:43 +0000)]
fix module autoload option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5201 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix path to usbcore.ko
nbd [Tue, 17 Oct 2006 21:21:55 +0000 (21:21 +0000)]
fix path to usbcore.ko

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5200 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoport soundcore module
nbd [Tue, 17 Oct 2006 21:19:49 +0000 (21:19 +0000)]
port soundcore module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5199 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years ago*sigh* increase size of the static buffer allocated in menuconfig again
nbd [Tue, 17 Oct 2006 20:58:47 +0000 (20:58 +0000)]
*sigh* increase size of the static buffer allocated in menuconfig again

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5198 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoport the usb modules over to the new system
nbd [Tue, 17 Oct 2006 20:52:55 +0000 (20:52 +0000)]
port the usb modules over to the new system

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5197 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoput madwifi in the right category
nbd [Tue, 17 Oct 2006 20:52:40 +0000 (20:52 +0000)]
put madwifi in the right category

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5196 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix submenu sorting
nbd [Tue, 17 Oct 2006 20:51:25 +0000 (20:51 +0000)]
fix submenu sorting

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5195 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd PROVIDES option, currently only used for menuconfig
nbd [Tue, 17 Oct 2006 19:01:08 +0000 (19:01 +0000)]
add PROVIDES option, currently only used for menuconfig

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5194 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomenuconfig: include dependency checking in submenu sorting function
nbd [Tue, 17 Oct 2006 17:45:14 +0000 (17:45 +0000)]
menuconfig: include dependency checking in submenu sorting function

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5193 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agohacks for supporting the toshiba wrc-1000
nbd [Tue, 17 Oct 2006 17:07:35 +0000 (17:07 +0000)]
hacks for supporting the toshiba wrc-1000

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5192 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix submenu
nbd [Tue, 17 Oct 2006 16:33:49 +0000 (16:33 +0000)]
fix submenu

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5191 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove some old junk
nbd [Tue, 17 Oct 2006 16:27:22 +0000 (16:27 +0000)]
remove some old junk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5190 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomake kernel module packaging code reusable and use it in madwifi
nbd [Tue, 17 Oct 2006 16:13:10 +0000 (16:13 +0000)]
make kernel module packaging code reusable and use it in madwifi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5189 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove old target/linux/package directory
nbd [Tue, 17 Oct 2006 15:07:38 +0000 (15:07 +0000)]
remove old target/linux/package directory

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5188 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomove sched_use_tsc patch to generic-2.4
nbd [Tue, 17 Oct 2006 15:05:49 +0000 (15:05 +0000)]
move sched_use_tsc patch to generic-2.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5187 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomove the ar7 network driver into a separate package
nbd [Tue, 17 Oct 2006 15:03:52 +0000 (15:03 +0000)]
move the ar7 network driver into a separate package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5186 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agomove the ar7 adsl driver into a separate package directory with external build and...
nbd [Tue, 17 Oct 2006 14:47:54 +0000 (14:47 +0000)]
move the ar7 adsl driver into a separate package directory with external build and source download

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5185 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoallow platform support directories to add and modify kernel module packages
nbd [Tue, 17 Oct 2006 13:28:44 +0000 (13:28 +0000)]
allow platform support directories to add and modify kernel module packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5184 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agosplit modules.mk
nbd [Tue, 17 Oct 2006 13:18:01 +0000 (13:18 +0000)]
split modules.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5183 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoimplement sorting for menuconfig submenus
nbd [Tue, 17 Oct 2006 13:08:57 +0000 (13:08 +0000)]
implement sorting for menuconfig submenus

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5182 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix kernel modules extensions
nico [Tue, 17 Oct 2006 08:24:26 +0000 (08:24 +0000)]
fix kernel modules extensions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5181 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd zlib fix from #855
nbd [Tue, 17 Oct 2006 02:04:19 +0000 (02:04 +0000)]
add zlib fix from #855

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5180 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd fix from #763
nbd [Tue, 17 Oct 2006 02:00:03 +0000 (02:00 +0000)]
add fix from #763

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5179 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agosome kernel module cleanup
nbd [Tue, 17 Oct 2006 01:47:12 +0000 (01:47 +0000)]
some kernel module cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5178 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove atm support in a few platforms
nbd [Tue, 17 Oct 2006 01:36:09 +0000 (01:36 +0000)]
remove atm support in a few platforms

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5177 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd ATM_SUPPORT flag
nbd [Tue, 17 Oct 2006 01:35:11 +0000 (01:35 +0000)]
add ATM_SUPPORT flag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5176 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoadd USES_EXT2 flag for target platforms
nbd [Tue, 17 Oct 2006 01:25:20 +0000 (01:25 +0000)]
add USES_EXT2 flag for target platforms

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5175 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoremove support for obsolete /etc/modules file
nbd [Mon, 16 Oct 2006 23:23:58 +0000 (23:23 +0000)]
remove support for obsolete /etc/modules file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5173 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agoDo not automatically create atheros devices (#811), and potentially other bugs
florian [Mon, 16 Oct 2006 22:18:06 +0000 (22:18 +0000)]
Do not automatically create atheros devices (#811), and potentially other bugs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5168 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agobcm4710: port a missing part of the cache fixes to linux 2.6
nbd [Mon, 16 Oct 2006 17:12:00 +0000 (17:12 +0000)]
bcm4710: port a missing part of the cache fixes to linux 2.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5163 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix irq sharing issue on bcm4710
nbd [Mon, 16 Oct 2006 15:00:10 +0000 (15:00 +0000)]
fix irq sharing issue on bcm4710

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5160 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix extpci irq assignment bug
nbd [Mon, 16 Oct 2006 14:21:30 +0000 (14:21 +0000)]
fix extpci irq assignment bug

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5159 3c298f89-4303-0410-b956-a3cf2f4a3e73