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

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

17 years agoFix the annoying base-files autorebuild bug.
nbd [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.

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

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

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

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

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

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

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

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

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

17 years agoOk, try to make shfs work with 2.6.19, raw fixes, so might need better reading of...
florian [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

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

17 years agobump version numbers of linksys images, because the linksys firmware often refuses...
nbd [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

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

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

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

17 years agoAdd initial version of the new Image Builder
nbd [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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agoextend tmp/.target.mk to include target profile information - preparation for the...
nbd [Tue, 9 Jan 2007 19:15:27 +0000 (19:15 +0000)]
extend tmp/.target.mk to include target profile information - preparation for the image builder

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

17 years agofix typo
nbd [Tue, 9 Jan 2007 17:40:25 +0000 (17:40 +0000)]
fix typo

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

17 years agoupgrade hostapd to 0.5.7 (patch from #1133)
nbd [Tue, 9 Jan 2007 15:10:26 +0000 (15:10 +0000)]
upgrade hostapd to 0.5.7 (patch from #1133)

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

17 years agoForward port whiterussian resolv.conf changes
nbd [Mon, 8 Jan 2007 21:33:53 +0000 (21:33 +0000)]
Forward port whiterussian resolv.conf changes
/etc/resolv.conf links to /tmp/resolv.conf
/tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in)
When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1

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

17 years agoadd some more checks to the telnet init script
nbd [Mon, 8 Jan 2007 21:31:29 +0000 (21:31 +0000)]
add some more checks to the telnet init script

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

17 years agofix a small dependency problem
nbd [Mon, 8 Jan 2007 17:31:13 +0000 (17:31 +0000)]
fix a small dependency problem

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

17 years agofix a typo
nbd [Mon, 8 Jan 2007 16:39:40 +0000 (16:39 +0000)]
fix a typo

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

17 years agouse alsa-driver for 2.4 only (2.6 has it in-tree)
nbd [Mon, 8 Jan 2007 12:56:22 +0000 (12:56 +0000)]
use alsa-driver for 2.4 only (2.6 has it in-tree)

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

17 years agoAdd a subsection on the bootloaders
florian [Mon, 8 Jan 2007 10:13:55 +0000 (10:13 +0000)]
Add a subsection on the bootloaders

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

17 years agoAdd a "submitting patches" subsection
florian [Mon, 8 Jan 2007 10:00:49 +0000 (10:00 +0000)]
Add a "submitting patches" subsection

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

17 years agoChange category to Filesystems
florian [Mon, 8 Jan 2007 09:52:32 +0000 (09:52 +0000)]
Change category to Filesystems

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

17 years agoBackport linux-atm api from 2.6.8.1 for brcm63xx
florian [Mon, 8 Jan 2007 09:51:40 +0000 (09:51 +0000)]
Backport linux-atm api from 2.6.8.1 for brcm63xx

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

17 years agobrcm63xx has ATM support
florian [Mon, 8 Jan 2007 09:51:10 +0000 (09:51 +0000)]
brcm63xx has ATM support

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

17 years agoadd a patch to use our target ar, not the host one (closes: #1164)
nico [Mon, 8 Jan 2007 02:35:38 +0000 (02:35 +0000)]
add a patch to use our target ar, not the host one (closes: #1164)

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

17 years agomore use of the INSTALL_DIR variable
nico [Mon, 8 Jan 2007 00:53:24 +0000 (00:53 +0000)]
more use of the INSTALL_DIR variable

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

17 years agofix rt61 build on 2.4
nico [Sun, 7 Jan 2007 23:29:43 +0000 (23:29 +0000)]
fix rt61 build on 2.4

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

17 years agodon't exit from failsafe mode after the console shell quits (some devices don't have...
nbd [Sun, 7 Jan 2007 17:38:29 +0000 (17:38 +0000)]
don't exit from failsafe mode after the console shell quits (some devices don't have /dev/console)

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

17 years agofix grub bootopts (#1145)
nbd [Sun, 7 Jan 2007 16:13:39 +0000 (16:13 +0000)]
fix grub bootopts (#1145)

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

17 years ago- Wrap long lines in the documentation, so that patches to the .tex files are more...
nbd [Sun, 7 Jan 2007 16:06:53 +0000 (16:06 +0000)]
- Wrap long lines in the documentation, so that patches to the .tex files are more readable.
- Fix several typos (see #1163)

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

17 years agoadd a netconfig override for the wl-500g (fixes #1116)
nbd [Sun, 7 Jan 2007 15:41:47 +0000 (15:41 +0000)]
add a netconfig override for the wl-500g (fixes #1116)

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

17 years agoAdd initial version of the brcm-2.6 rewrite,
nbd [Sun, 7 Jan 2007 15:35:36 +0000 (15:35 +0000)]
Add initial version of the brcm-2.6 rewrite,
called brcm47xx-2.6 to better distinguish it from 63xx.

Boots on WGT643U, includes ethernet support, but doesn't do much otherwise.
Thanks to Michael Buesch for his SSB (Sonics SiliconBackplane) work
and Vladdy for some fixes and porting to 2.6.19.

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

17 years agoadd missing part from [6013]
nbd [Sun, 7 Jan 2007 15:26:02 +0000 (15:26 +0000)]
add missing part from [6013]

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

17 years agomove brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between those two...
nbd [Sun, 7 Jan 2007 15:25:26 +0000 (15:25 +0000)]
move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between those two. symlink will be added in the next commit (i don't think svn can do that change atomically)

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

17 years agobusybox: remove the bogus SIZEOF_LONG check (#1127)
nbd [Sun, 7 Jan 2007 15:18:15 +0000 (15:18 +0000)]
busybox: remove the bogus SIZEOF_LONG check (#1127)

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

17 years agofix memory leak in switch drivers (patch from #1132)
nbd [Sun, 7 Jan 2007 14:59:43 +0000 (14:59 +0000)]
fix memory leak in switch drivers (patch from #1132)

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

17 years agodrop -Werror from busybox - prevents compile errors like #1130
nbd [Sat, 6 Jan 2007 18:56:46 +0000 (18:56 +0000)]
drop -Werror from busybox - prevents compile errors like #1130

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

17 years agoConvert kmod-shfs to the KernelPackage template
florian [Fri, 5 Jan 2007 20:36:06 +0000 (20:36 +0000)]
Convert kmod-shfs to the KernelPackage template

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

17 years agoupgrade to Linux 2.4.34
kaloz [Fri, 5 Jan 2007 20:09:34 +0000 (20:09 +0000)]
upgrade to Linux 2.4.34

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

17 years agoupgrade wpa_supplicant to v0.5.7 for #1133
kaloz [Fri, 5 Jan 2007 20:08:26 +0000 (20:08 +0000)]
upgrade wpa_supplicant to v0.5.7 for #1133

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

17 years agofix kernel compile on real operating systems :P (closes #1150)
kaloz [Fri, 5 Jan 2007 19:47:31 +0000 (19:47 +0000)]
fix kernel compile on real operating systems :P (closes #1150)

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

17 years agofix typo (closes #1149)
kaloz [Fri, 5 Jan 2007 18:54:36 +0000 (18:54 +0000)]
fix typo (closes #1149)

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

17 years agoUse the KernelPackage template instead of kmod-foo
florian [Fri, 5 Jan 2007 15:36:58 +0000 (15:36 +0000)]
Use the KernelPackage template instead of kmod-foo

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

17 years agoAlso use INSTALL_CONF for ppp
florian [Fri, 5 Jan 2007 15:34:48 +0000 (15:34 +0000)]
Also use INSTALL_CONF for ppp

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

17 years agoAdd a doc target and use the defined source feeds to make symlinks
florian [Fri, 5 Jan 2007 15:34:14 +0000 (15:34 +0000)]
Add a doc target and use the defined source feeds to make symlinks

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

17 years agoAdd support for source feeds in menuconfig
florian [Fri, 5 Jan 2007 15:33:14 +0000 (15:33 +0000)]
Add support for source feeds in menuconfig

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

17 years agomalbon has contributed to flash map driver as well, update the driver description
florian [Fri, 5 Jan 2007 15:32:41 +0000 (15:32 +0000)]
malbon has contributed to flash map driver as well, update the driver description

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

17 years agoMake 6348 as the default target, yeah, what a fix :/
florian [Fri, 5 Jan 2007 15:31:39 +0000 (15:31 +0000)]
Make 6348 as the default target, yeah, what a fix :/

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

17 years agobrcm63xx devices also have USB as well
florian [Fri, 5 Jan 2007 15:31:03 +0000 (15:31 +0000)]
brcm63xx devices also have USB as well

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

17 years agoUpdate the README to something more realistic
florian [Fri, 5 Jan 2007 15:30:25 +0000 (15:30 +0000)]
Update the README to something more realistic

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

17 years agoAdd an OSX specific patch to make the kernel be compiled
florian [Fri, 5 Jan 2007 15:29:54 +0000 (15:29 +0000)]
Add an OSX specific patch to make the kernel be compiled

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

17 years agoRemove getline definition for OSX since we ship a getline implementation
florian [Fri, 5 Jan 2007 15:29:21 +0000 (15:29 +0000)]
Remove getline definition for OSX since we ship a getline implementation

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

17 years agoAdd some more comments on the feeds script, use parameters in functions
florian [Fri, 5 Jan 2007 15:28:52 +0000 (15:28 +0000)]
Add some more comments on the feeds script, use parameters in functions

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

17 years agoAdd i2c kernel modules for Au1000 i2c to gpio driver, can be extended later
florian [Fri, 5 Jan 2007 15:28:16 +0000 (15:28 +0000)]
Add i2c kernel modules for Au1000 i2c to gpio driver, can be extended later

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

17 years agoAdd zd1211rw kernel module
florian [Fri, 5 Jan 2007 15:27:45 +0000 (15:27 +0000)]
Add zd1211rw kernel module

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

17 years agoAdd an OSX specific patch to compile busybox with Darwin, possible fix for BSDs as...
florian [Fri, 5 Jan 2007 15:27:24 +0000 (15:27 +0000)]
Add an OSX specific patch to compile busybox with Darwin, possible fix for BSDs as well

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

17 years agoAdd some more documentation : how to add a new target to OpenWrt, howto report bugs...
florian [Fri, 5 Jan 2007 15:26:38 +0000 (15:26 +0000)]
Add some more documentation : how to add a new target to OpenWrt, howto report bugs, change the svn:ignore property on the docs/ repository

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

17 years ago/etc/config/* should use INSTALL_DATA
pavlov [Thu, 4 Jan 2007 16:51:41 +0000 (16:51 +0000)]
/etc/config/* should use INSTALL_DATA

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

17 years agoadd a patch for grub-0.97 from LFS to fix segfaults on x86_64
nico [Thu, 4 Jan 2007 14:28:17 +0000 (14:28 +0000)]
add a patch for grub-0.97 from LFS to fix segfaults on x86_64

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

17 years agofix b/g mode selection for madwifi, update documentation
nbd [Thu, 4 Jan 2007 01:29:01 +0000 (01:29 +0000)]
fix b/g mode selection for madwifi, update documentation

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

17 years agoFix pfkey compile problem on 2.4 kernels.
malbon [Wed, 3 Jan 2007 13:32:32 +0000 (13:32 +0000)]
Fix pfkey compile problem on 2.4 kernels.

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

17 years agotweak grub install in x86 ext2 images
nico [Tue, 2 Jan 2007 19:38:52 +0000 (19:38 +0000)]
tweak grub install in x86 ext2 images

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

17 years agofix grub segfaults on hosts where gcc is built with stack smashing protection
nico [Tue, 2 Jan 2007 19:36:39 +0000 (19:36 +0000)]
fix grub segfaults on hosts where gcc is built with stack smashing protection

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

17 years agoWas not selected by default actually :/
florian [Tue, 2 Jan 2007 09:32:19 +0000 (09:32 +0000)]
Was not selected by default actually :/

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

17 years agoAdd another download source, also mirror it to openwrt mirror (#1124)
florian [Tue, 2 Jan 2007 08:37:00 +0000 (08:37 +0000)]
Add another download source, also mirror it to openwrt mirror (#1124)

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

17 years agoEnable pcmcia for brcm63xx (#1125)
florian [Tue, 2 Jan 2007 08:25:44 +0000 (08:25 +0000)]
Enable pcmcia for brcm63xx (#1125)

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

17 years agofix iptables warning about 'wierd' interface names (#1082)
nbd [Mon, 1 Jan 2007 23:31:36 +0000 (23:31 +0000)]
fix iptables warning about 'wierd' interface names (#1082)

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

17 years agoreplace our no_shadow fix with a better patch from upstream (#1118)
nbd [Mon, 1 Jan 2007 23:27:16 +0000 (23:27 +0000)]
replace our no_shadow fix with a better patch from upstream (#1118)

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

17 years agomake ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the stuff from...
nbd [Mon, 1 Jan 2007 23:23:45 +0000 (23:23 +0000)]
make ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the stuff from wireless-dev later

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

17 years agomake telnetd standalone
nbd [Mon, 1 Jan 2007 22:38:32 +0000 (22:38 +0000)]
make telnetd standalone

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

17 years agorevert to previous awk getopt behavior - the new one seems crappier and breaks a...
nbd [Mon, 1 Jan 2007 22:13:56 +0000 (22:13 +0000)]
revert to previous awk getopt behavior - the new one seems crappier and breaks a few things, like multiple -f arguments

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

17 years agofix busybox linking when /bin/sh is not bash (closes: #1115)
nico [Mon, 1 Jan 2007 20:19:24 +0000 (20:19 +0000)]
fix busybox linking when /bin/sh is not bash (closes: #1115)

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

17 years agoupdate busybox menuconfig for the latest version
nbd [Mon, 1 Jan 2007 18:28:03 +0000 (18:28 +0000)]
update busybox menuconfig for the latest version

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

17 years agoInclude the IXP4XX NPE microcode into the NSLU2 firmware image.
rwhitby [Mon, 1 Jan 2007 05:29:29 +0000 (05:29 +0000)]
Include the IXP4XX NPE microcode into the NSLU2 firmware image.

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

17 years agoAdded the npe-ucode package to create the microcode for the IXP4XX NPE ethernet drive...
rwhitby [Mon, 1 Jan 2007 05:25:09 +0000 (05:25 +0000)]
Added the npe-ucode package to create the microcode for the IXP4XX NPE ethernet driver.  Note that the user has to download the actual Intel microcode package themselves (agreeing to the Intel license to do so).

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

17 years agoreorder netfilter patches, update layer7 kernel to latest version, should improve...
nbd [Mon, 1 Jan 2007 04:42:50 +0000 (04:42 +0000)]
reorder netfilter patches, update layer7 kernel to latest version, should improve stability

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

17 years agoAdded OBJCOPY variable for calling the cross-objcopy command (required for Apex boolo...
rwhitby [Mon, 1 Jan 2007 00:03:09 +0000 (00:03 +0000)]
Added OBJCOPY variable for calling the cross-objcopy command (required for Apex booloader)

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

17 years agoInclude apex bootloader in nslu2 image
rwhitby [Mon, 1 Jan 2007 00:01:58 +0000 (00:01 +0000)]
Include apex bootloader in nslu2 image

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

17 years agoApex bootloader (for ixp4xx devices)
rwhitby [Mon, 1 Jan 2007 00:00:58 +0000 (00:00 +0000)]
Apex bootloader (for ixp4xx devices)

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

17 years agoAdd an install rule for configuration files
florian [Sun, 31 Dec 2006 15:54:59 +0000 (15:54 +0000)]
Add an install rule for configuration files

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

17 years agoInclude yamonenv by default in au1000 images
florian [Sun, 31 Dec 2006 15:52:23 +0000 (15:52 +0000)]
Include yamonenv by default in au1000 images

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

17 years agoFix the lock warning (#1111), also add another download source
florian [Sun, 31 Dec 2006 15:40:13 +0000 (15:40 +0000)]
Fix the lock warning (#1111), also add another download source

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

17 years agoAdd a first implementation of a source feed checkout
florian [Sun, 31 Dec 2006 15:02:08 +0000 (15:02 +0000)]
Add a first implementation of a source feed checkout

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

17 years agoupdate busybox to v1.3.1, i was too lazy to update patch 320, feel free to do so
nico [Sat, 30 Dec 2006 19:35:58 +0000 (19:35 +0000)]
update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do so

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

17 years agoadd d80211 from a recent wireless-dev checkout
nbd [Sat, 30 Dec 2006 18:47:07 +0000 (18:47 +0000)]
add d80211 from a recent wireless-dev checkout

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

17 years agoadd compatibility patch for d80211
nbd [Sat, 30 Dec 2006 17:52:58 +0000 (17:52 +0000)]
add compatibility patch for d80211

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

17 years agoonly squash owners, not permissions, when generating ext2 images
nico [Sat, 30 Dec 2006 14:44:27 +0000 (14:44 +0000)]
only squash owners, not permissions, when generating ext2 images

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

17 years agoAdd rt2500 as a kernel package, with pci id fix to make the latest a/b/g card be...
florian [Sat, 30 Dec 2006 02:42:12 +0000 (02:42 +0000)]
Add rt2500 as a kernel package, with pci id fix to make the latest a/b/g card be recognized

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

17 years agoMake rt61 become a real kernel package
florian [Sat, 30 Dec 2006 02:41:27 +0000 (02:41 +0000)]
Make rt61 become a real kernel package

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

17 years agoMake the i2c driver work, as a module
florian [Sat, 30 Dec 2006 02:37:25 +0000 (02:37 +0000)]
Make the i2c driver work, as a module

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

17 years agoixp4xx-2.6 kernel config: Disabled XATTR for ext2 and ext3 (to match other kernels...
rwhitby [Fri, 29 Dec 2006 12:02:22 +0000 (12:02 +0000)]
ixp4xx-2.6 kernel config: Disabled XATTR for ext2 and ext3 (to match other kernels, and to prevent a dependency on mbcache which is not packaged) and refreshed from output of oldconfig.

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

17 years agofix uml-2.6 build with 2.6.19.1
nico [Fri, 29 Dec 2006 11:09:10 +0000 (11:09 +0000)]
fix uml-2.6 build with 2.6.19.1

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

17 years agoUpdated slugimage to the latest upstream version, which fixes the small kernel bug...
rwhitby [Fri, 29 Dec 2006 03:37:34 +0000 (03:37 +0000)]
Updated slugimage to the latest upstream version, which fixes the small kernel bug which OpenWRT exposed.

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