openwrt.git
17 years agoAdd an 'Image Configuration' menu to menuconfig
nbd [Fri, 16 Mar 2007 03:02:31 +0000 (03:02 +0000)]
Add an 'Image Configuration' menu to menuconfig
Packages can export a list of config options with labels and data types
through the metadata. The selected config values will be exported to the
target filesystem in /etc/uci-defaults and applied on the first boot.

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

17 years agosplit package.mk and clean up build system code (based on patch by mbm), makes the...
nbd [Thu, 15 Mar 2007 23:57:18 +0000 (23:57 +0000)]
split package.mk and clean up build system code (based on patch by mbm), makes the code more readable and speeds up metadata scan

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

17 years agoEnable bridge, disable wifi
mbm [Thu, 15 Mar 2007 23:17:16 +0000 (23:17 +0000)]
Enable bridge, disable wifi
Easier to deal with "how do I enable wifi" than "why isn't wifi working?"

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

17 years agoenable ext2 by default for rb532 (fixes #1466)
nbd [Thu, 15 Mar 2007 18:53:00 +0000 (18:53 +0000)]
enable ext2 by default for rb532 (fixes #1466)

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

17 years agobrcm47xx: add a few nops to keep the cpu happy
nbd [Thu, 15 Mar 2007 12:07:43 +0000 (12:07 +0000)]
brcm47xx: add a few nops to keep the cpu happy

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

17 years agoadded TXpower, antenna diversity, distance, backround scan, PSK and PSK2 settings...
thepeople [Thu, 15 Mar 2007 03:21:35 +0000 (03:21 +0000)]
added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 settings, from #1287 #1255

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

17 years agoChange mtu value for pppoa and pppoe (#945)
florian [Wed, 14 Mar 2007 19:00:10 +0000 (19:00 +0000)]
Change mtu value for pppoa and pppoe (#945)

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

17 years agofix kmod-switch compile on brcm-2.4 (#1461)
nbd [Wed, 14 Mar 2007 13:42:21 +0000 (13:42 +0000)]
fix kmod-switch compile on brcm-2.4 (#1461)

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

17 years agofix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke the old...
nbd [Wed, 14 Mar 2007 03:37:40 +0000 (03:37 +0000)]
fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke the old brcm-2.6 port, close #1312, #1451

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

17 years agoadd reboot fix from #1312
nbd [Wed, 14 Mar 2007 01:26:57 +0000 (01:26 +0000)]
add reboot fix from #1312

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

17 years agoadd diag and switch support for brcm47xx-2.6
nbd [Wed, 14 Mar 2007 01:19:24 +0000 (01:19 +0000)]
add diag and switch support for brcm47xx-2.6

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

17 years agoadd -i <include file> and -f <ahtml file> options for awx interpreter (requested...
nbd [Wed, 14 Mar 2007 01:13:57 +0000 (01:13 +0000)]
add -i <include file> and -f <ahtml file> options for awx interpreter (requested by mbm)

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

17 years agofix the patchlevel of the busybox stty patch
nbd [Tue, 13 Mar 2007 12:47:17 +0000 (12:47 +0000)]
fix the patchlevel of the busybox stty patch

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

17 years agoSmall bug fix to package/kernel/modules/other.mk
hcg [Tue, 13 Mar 2007 12:18:35 +0000 (12:18 +0000)]
Small bug fix to package/kernel/modules/other.mk
stty broken in busybox 1.4.1, added patch with fixed code from BB SVN.
This will need to be removed when 1.4.2 is released.

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

17 years agoremove screwy network config override from x86-2.6 base-files
nbd [Mon, 12 Mar 2007 19:23:18 +0000 (19:23 +0000)]
remove screwy network config override from x86-2.6 base-files

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

17 years agoadd preliminary IOP32x support, mark it broken for now
kaloz [Sun, 11 Mar 2007 19:49:50 +0000 (19:49 +0000)]
add preliminary IOP32x support, mark it broken for now

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

17 years agofix gcc version selection
kaloz [Sun, 11 Mar 2007 19:26:39 +0000 (19:26 +0000)]
fix gcc version selection

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

17 years agooops... forgot to remove line
nbd [Sun, 11 Mar 2007 19:12:49 +0000 (19:12 +0000)]
oops... forgot to remove line

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

17 years agoreplace libcgi with some code extracted from haserl - libcgi is too inflexible and...
nbd [Sun, 11 Mar 2007 18:17:08 +0000 (18:17 +0000)]
replace libcgi with some code extracted from haserl - libcgi is too inflexible and breaks rrdtool

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

17 years agofix staging dir installation of libcgi
nbd [Sun, 11 Mar 2007 17:37:58 +0000 (17:37 +0000)]
fix staging dir installation of libcgi

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

17 years agofix typo (#1454)
nbd [Sun, 11 Mar 2007 10:38:56 +0000 (10:38 +0000)]
fix typo (#1454)

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

17 years agoadd awx (awk web extension) - experimental core for a new web interface framework
nbd [Sun, 11 Mar 2007 05:35:46 +0000 (05:35 +0000)]
add awx (awk web extension) - experimental core for a new web interface framework

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

17 years agoadd libcgi
nbd [Sun, 11 Mar 2007 05:07:58 +0000 (05:07 +0000)]
add libcgi

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

17 years agoenable httpd config option for running scripts through an interpreter
nbd [Sun, 11 Mar 2007 05:07:26 +0000 (05:07 +0000)]
enable httpd config option for running scripts through an interpreter

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

17 years agooops... forgot to make x86-2.6 ext2 images use preinit as well :)
nbd [Sun, 11 Mar 2007 00:04:17 +0000 (00:04 +0000)]
oops... forgot to make x86-2.6 ext2 images use preinit as well :)

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

17 years agoAdded dependency on AT91 build
hcg [Sat, 10 Mar 2007 16:12:40 +0000 (16:12 +0000)]
Added dependency on AT91 build

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

17 years agoAdded MMC/SD Card module support
hcg [Sat, 10 Mar 2007 16:06:37 +0000 (16:06 +0000)]
Added MMC/SD Card module support

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

17 years agomore devfs related bugs
mbm [Fri, 9 Mar 2007 18:39:34 +0000 (18:39 +0000)]
more devfs related bugs

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

17 years agofix up the netconfig script after the devfs=>hotplug2 migration
nbd [Fri, 9 Mar 2007 18:20:54 +0000 (18:20 +0000)]
fix up the netconfig script after the devfs=>hotplug2 migration

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

17 years agofallback when devfs names aren't found
mbm [Fri, 9 Mar 2007 08:58:37 +0000 (08:58 +0000)]
fallback when devfs names aren't found

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

17 years agoChanged default compiler for 2.6 kernels to 4.1.2
hcg [Wed, 7 Mar 2007 22:32:10 +0000 (22:32 +0000)]
Changed default compiler for 2.6 kernels to 4.1.2

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

17 years agoforgot to set eol-style
pavlov [Wed, 7 Mar 2007 15:45:49 +0000 (15:45 +0000)]
forgot to set eol-style

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

17 years agosplit out scsi module support and add ata piix support
pavlov [Wed, 7 Mar 2007 15:38:45 +0000 (15:38 +0000)]
split out scsi module support and add ata piix support

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

17 years agoAdded GPIO driver
hcg [Wed, 7 Mar 2007 11:46:24 +0000 (11:46 +0000)]
Added GPIO driver

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

17 years agoFix config, set directory block to -1 for redboot.
malbon [Tue, 6 Mar 2007 23:13:20 +0000 (23:13 +0000)]
Fix config, set directory block to -1 for redboot.

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

17 years agoadd new config option for the hostname in /etc/config/system (fixes #1302, #1438)
nbd [Tue, 6 Mar 2007 21:28:57 +0000 (21:28 +0000)]
add new config option for the hostname in /etc/config/system (fixes #1302, #1438)

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

17 years agoAdd support for LED drivers (clock tick and CPU activity)
hcg [Tue, 6 Mar 2007 20:40:41 +0000 (20:40 +0000)]
Add support for LED drivers (clock tick and CPU activity)
Removed partition support (done on command line now)

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

17 years agoadd vga console support for x86-2.6 images (fixes #1342, #840)
nbd [Tue, 6 Mar 2007 19:13:40 +0000 (19:13 +0000)]
add vga console support for x86-2.6 images (fixes #1342, #840)

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

17 years agoModified partition table to support jffs2
hcg [Mon, 5 Mar 2007 10:30:34 +0000 (10:30 +0000)]
Modified partition table to support jffs2

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

17 years agoChaged kernel config so default builds cleanly
hcg [Mon, 5 Mar 2007 09:15:45 +0000 (09:15 +0000)]
Chaged kernel config so default builds cleanly

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

17 years agotrunk.. same deal as changeset:6526
pavlov [Mon, 5 Mar 2007 01:38:44 +0000 (01:38 +0000)]
trunk.. same deal as changeset:6526

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

17 years agofix squashfs for ixp4xx
kaloz [Mon, 5 Mar 2007 00:47:13 +0000 (00:47 +0000)]
fix squashfs for ixp4xx

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

17 years agoadd missing init=/etc/preinit cmdline parameter
nbd [Mon, 5 Mar 2007 00:38:37 +0000 (00:38 +0000)]
add missing init=/etc/preinit cmdline parameter

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

17 years agoadd squashfs support for ixp4xx
nbd [Mon, 5 Mar 2007 00:21:30 +0000 (00:21 +0000)]
add squashfs support for ixp4xx

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

17 years agomore hotplug2/mdev/devfs related fixups, this time for broadcom
nbd [Sun, 4 Mar 2007 23:55:07 +0000 (23:55 +0000)]
more hotplug2/mdev/devfs related fixups, this time for broadcom

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

17 years agofix a compile error caused by the devfs removal
nbd [Sun, 4 Mar 2007 23:34:50 +0000 (23:34 +0000)]
fix a compile error caused by the devfs removal

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

17 years agoenable ne2k-pci by default
nbd [Sun, 4 Mar 2007 21:25:25 +0000 (21:25 +0000)]
enable ne2k-pci by default

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

17 years agogit-svn-id: svn://svn.openwrt.org/openwrt/trunk@6516 3c298f89-4303-0410-b956-a3cf2f4a3e73
kaloz [Sun, 4 Mar 2007 21:17:17 +0000 (21:17 +0000)]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6516 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 years agofix metadata scan for profile split
nbd [Sun, 4 Mar 2007 21:07:29 +0000 (21:07 +0000)]
fix metadata scan for profile split

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

17 years agoreorder target profiles
nbd [Sun, 4 Mar 2007 20:43:39 +0000 (20:43 +0000)]
reorder target profiles

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

17 years agoadd some missing deps for the metadata files
nbd [Sun, 4 Mar 2007 20:39:56 +0000 (20:39 +0000)]
add some missing deps for the metadata files

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

17 years agonuke mdev and replace it with hotplug2 :)
nbd [Sun, 4 Mar 2007 20:31:53 +0000 (20:31 +0000)]
nuke mdev and replace it with hotplug2 :)

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

17 years agomake hotplug2 depend on udevtrigger
nbd [Sun, 4 Mar 2007 20:15:32 +0000 (20:15 +0000)]
make hotplug2 depend on udevtrigger

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

17 years agoadd hotplug2
nbd [Sun, 4 Mar 2007 19:55:47 +0000 (19:55 +0000)]
add hotplug2

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

17 years agoupgrade udev to latest version and add separate package for udevtrigger (will be...
nbd [Sun, 4 Mar 2007 19:49:49 +0000 (19:49 +0000)]
upgrade udev to latest version and add separate package for udevtrigger (will be used by hotplug2)

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

17 years agoAdded initial support for at91 plaform (HCG)
hcg [Sun, 4 Mar 2007 17:29:44 +0000 (17:29 +0000)]
Added initial support for at91 plaform (HCG)

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

17 years agoadd a crlf workaround similar to the one from freewrt
nbd [Sun, 4 Mar 2007 16:27:11 +0000 (16:27 +0000)]
add a crlf workaround similar to the one from freewrt

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

17 years agodisable the automatic config reset if 'Advanced configuration options' is selected
nbd [Sun, 4 Mar 2007 16:02:41 +0000 (16:02 +0000)]
disable the automatic config reset if 'Advanced configuration options' is selected

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

17 years agohopefully fix ping bugs introduced in [6443]
nbd [Sun, 4 Mar 2007 14:36:34 +0000 (14:36 +0000)]
hopefully fix ping bugs introduced in [6443]

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

17 years agoonly mount sysfs once (thx, ejka)
nbd [Sun, 4 Mar 2007 14:27:52 +0000 (14:27 +0000)]
only mount sysfs once (thx, ejka)

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

17 years agoforce a config reset when the user changes the target platform in menuconfig
nbd [Sun, 4 Mar 2007 14:04:33 +0000 (14:04 +0000)]
force a config reset when the user changes the target platform in menuconfig

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

17 years agomore propsets... i'm done for now.
pavlov [Sun, 4 Mar 2007 04:57:01 +0000 (04:57 +0000)]
more propsets... i'm done for now.

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

17 years agosame propset here as changeset:6500
pavlov [Sun, 4 Mar 2007 04:41:46 +0000 (04:41 +0000)]
same propset here as changeset:6500

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

17 years agoupgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
kaloz [Sat, 3 Mar 2007 23:12:34 +0000 (23:12 +0000)]
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two patches

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

17 years agoAt91-2.6 directory
hcg [Sat, 3 Mar 2007 22:52:45 +0000 (22:52 +0000)]
At91-2.6 directory

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

17 years agoSorry should be at91-2.6
hcg [Sat, 3 Mar 2007 22:51:25 +0000 (22:51 +0000)]
Sorry should be at91-2.6

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

17 years agoAdded at91 direcoty for versalink board
hcg [Sat, 3 Mar 2007 22:50:04 +0000 (22:50 +0000)]
Added at91 direcoty for versalink board

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

17 years agoRemoving vlink in order to prepare for at91
hcg [Sat, 3 Mar 2007 22:48:40 +0000 (22:48 +0000)]
Removing vlink in order to prepare for at91

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

17 years agofix mdev for broadcom 2.6
nbd [Sat, 3 Mar 2007 22:40:28 +0000 (22:40 +0000)]
fix mdev for broadcom 2.6

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

17 years agoenable preinit for magicbox
nbd [Sat, 3 Mar 2007 22:38:28 +0000 (22:38 +0000)]
enable preinit for magicbox

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

17 years agoenable preinit in a few other platforms
nbd [Sat, 3 Mar 2007 22:36:45 +0000 (22:36 +0000)]
enable preinit in a few other platforms

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

17 years agoadd failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit
nbd [Sat, 3 Mar 2007 22:32:13 +0000 (22:32 +0000)]
add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit

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

17 years agodon't run mdev on hotplug pseudo-events that come from user space
nbd [Sat, 3 Mar 2007 20:59:49 +0000 (20:59 +0000)]
don't run mdev on hotplug pseudo-events that come from user space

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

17 years agochanges to target/linux/generic-* should not trigger a kernel-headers rebuild
nbd [Sat, 3 Mar 2007 20:48:47 +0000 (20:48 +0000)]
changes to target/linux/generic-* should not trigger a kernel-headers rebuild

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

17 years agoR.I.P. devfs
kaloz [Sat, 3 Mar 2007 20:35:01 +0000 (20:35 +0000)]
R.I.P. devfs

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

17 years agoreplace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()
nbd [Sat, 3 Mar 2007 19:22:41 +0000 (19:22 +0000)]
replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()

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

17 years agomake the rest of the structure for the targets that dont have profiles yet
pavlov [Sat, 3 Mar 2007 01:22:09 +0000 (01:22 +0000)]
make the rest of the structure for the targets that dont have profiles yet

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

17 years agofinal fix for the profile selection
nbd [Fri, 2 Mar 2007 23:36:59 +0000 (23:36 +0000)]
final fix for the profile selection

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

17 years agoDeleting the test file
hcg [Fri, 2 Mar 2007 23:33:12 +0000 (23:33 +0000)]
Deleting the test file

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

17 years agoTest file - please ignore
hcg [Fri, 2 Mar 2007 23:30:16 +0000 (23:30 +0000)]
Test file - please ignore

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

17 years agoAdded base
hcg [Fri, 2 Mar 2007 23:26:01 +0000 (23:26 +0000)]
Added base

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

17 years agoset the PROFILE variable in target.mk appropriately
nbd [Fri, 2 Mar 2007 23:13:52 +0000 (23:13 +0000)]
set the PROFILE variable in target.mk appropriately

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

17 years agorevert bogus target.mk change from [6465]
nbd [Fri, 2 Mar 2007 23:04:19 +0000 (23:04 +0000)]
revert bogus target.mk change from [6465]

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

17 years agosplit out profile definitions from Makefiles
pavlov [Fri, 2 Mar 2007 23:02:38 +0000 (23:02 +0000)]
split out profile definitions from Makefiles

structure is as follows:
target/linux/<arch>/profiles/<profilename>.mk

These files are included by a blob match in the target Makefile

The files should be labeled based on their profile Name in the definition

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

17 years agofix an error in the kernel image related commit
nbd [Fri, 2 Mar 2007 21:07:53 +0000 (21:07 +0000)]
fix an error in the kernel image related commit

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

17 years agomake find_mtd_part work without devfs
nbd [Fri, 2 Mar 2007 19:01:49 +0000 (19:01 +0000)]
make find_mtd_part work without devfs

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

17 years agocommit profile support for base-files... patches still need to be done
pavlov [Fri, 2 Mar 2007 18:17:40 +0000 (18:17 +0000)]
commit profile support for base-files... patches still need to be done

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

17 years agokernel build cleanup
nbd [Fri, 2 Mar 2007 17:24:20 +0000 (17:24 +0000)]
kernel build cleanup

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

17 years agocopy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)
nbd [Fri, 2 Mar 2007 17:12:23 +0000 (17:12 +0000)]
copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)

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

17 years agominor doc changes
pavlov [Fri, 2 Mar 2007 16:59:40 +0000 (16:59 +0000)]
minor doc changes

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

17 years agoadd SimpleTech SimpleShare NAS diag support (untested; based on patch from #1352)
nbd [Fri, 2 Mar 2007 16:27:53 +0000 (16:27 +0000)]
add SimpleTech SimpleShare NAS diag support (untested; based on patch from #1352)

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

17 years agoadd EXTRA_CFLAGS variable support
nbd [Fri, 2 Mar 2007 16:14:05 +0000 (16:14 +0000)]
add EXTRA_CFLAGS variable support

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

17 years agoadd support for static routes - based on the patch from #1365
nbd [Fri, 2 Mar 2007 15:48:29 +0000 (15:48 +0000)]
add support for static routes - based on the patch from #1365

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

17 years agoenable mini_fo on fonera
nbd [Fri, 2 Mar 2007 15:26:57 +0000 (15:26 +0000)]
enable mini_fo on fonera

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

17 years agoadd support for if{down,up} -a and implement proper start/stop/restart for /etc/init...
nbd [Fri, 2 Mar 2007 13:21:33 +0000 (13:21 +0000)]
add support for if{down,up} -a and implement proper start/stop/restart for /etc/init.d/network

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

17 years agoAdd a LED driver for MTX-1 boards, yeah baby
florian [Fri, 2 Mar 2007 13:03:50 +0000 (13:03 +0000)]
Add a LED driver for MTX-1 boards, yeah baby

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

17 years agoenable grub images in menuconfig for squashfs
nbd [Fri, 2 Mar 2007 02:46:38 +0000 (02:46 +0000)]
enable grub images in menuconfig for squashfs

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

17 years agouse /etc/preinit on atheros-2.6
nbd [Fri, 2 Mar 2007 01:39:14 +0000 (01:39 +0000)]
use /etc/preinit on atheros-2.6

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

17 years agoadd squashfs support for atheros-2.6
nbd [Fri, 2 Mar 2007 01:38:07 +0000 (01:38 +0000)]
add squashfs support for atheros-2.6

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

17 years agomake squashfs overlay support more generic and integrate it for x86-2.6
nbd [Fri, 2 Mar 2007 01:23:36 +0000 (01:23 +0000)]
make squashfs overlay support more generic and integrate it for x86-2.6

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