openwrt.git
15 years agoAdd missing ebtables configuration symbol, 2.6.22 file untouched, not used
florian [Fri, 1 Aug 2008 10:04:14 +0000 (10:04 +0000)]
Add missing ebtables configuration symbol, 2.6.22 file untouched, not used

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

15 years agouse the same hotplug2 parameters for initramfs and regular
nbd [Fri, 1 Aug 2008 03:09:20 +0000 (03:09 +0000)]
use the same hotplug2 parameters for initramfs and regular

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

15 years agomove the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works...
nbd [Fri, 1 Aug 2008 03:01:42 +0000 (03:01 +0000)]
move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well

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

15 years agoavoid duplicate vlan add events
nbd [Fri, 1 Aug 2008 03:01:25 +0000 (03:01 +0000)]
avoid duplicate vlan add events

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

15 years agoenable wds sta interface splitting by default
nbd [Fri, 1 Aug 2008 00:38:47 +0000 (00:38 +0000)]
enable wds sta interface splitting by default

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

15 years agomadwifi: remove wds type of wifi-iface without essid, imho it never worked properly...
nbd [Fri, 1 Aug 2008 00:26:44 +0000 (00:26 +0000)]
madwifi: remove wds type of wifi-iface without essid, imho it never worked properly and is unsupported now, regular ap/sta with option wds 1 is preferred

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

15 years agoadd helper macro for stripping the last part of a version number
nbd [Thu, 31 Jul 2008 23:55:39 +0000 (23:55 +0000)]
add helper macro for stripping the last part of a version number

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

15 years agouse the madwifi driver instead of wext in the wpa_supplicant command line. the madwif...
nbd [Thu, 31 Jul 2008 22:50:43 +0000 (22:50 +0000)]
use the madwifi driver instead of wext in the wpa_supplicant command line. the madwifi driver can associate faster because it uses a different ioctl interface

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

15 years agomadwifi: fix race condition triggered by active split wds sta interfaces during vap...
nbd [Thu, 31 Jul 2008 22:41:31 +0000 (22:41 +0000)]
madwifi: fix race condition triggered by active split wds sta interfaces during vap delete

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

15 years agofix multicast/authframe handling for wds ap with split sta interfaces
nbd [Thu, 31 Jul 2008 21:11:27 +0000 (21:11 +0000)]
fix multicast/authframe handling for wds ap with split sta interfaces

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

15 years agoinitialize the CONFIG_APPEND variable
nbd [Thu, 31 Jul 2008 21:11:15 +0000 (21:11 +0000)]
initialize the CONFIG_APPEND variable

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

15 years agomadwifi: add some beacon setup/update related fixes (based on Bruno Randolf's patchset)
nbd [Thu, 31 Jul 2008 18:59:25 +0000 (18:59 +0000)]
madwifi: add some beacon setup/update related fixes (based on Bruno Randolf's patchset)

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

15 years agofix madwifi packet injection
nbd [Thu, 31 Jul 2008 17:37:09 +0000 (17:37 +0000)]
fix madwifi packet injection

This patch from madwifi commit 3337 makes packet injection work.

Signed-off-by: Petr Liebmann <petrliebman@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12048 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some mails/tickets
nbd [Thu, 31 Jul 2008 17:27:55 +0000 (17:27 +0000)]
madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some mails/tickets
untested, does not work with 2.6.26

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

15 years agostorm is ARMv4, not ARMv4T (thx, SeG)
nbd [Thu, 31 Jul 2008 16:51:43 +0000 (16:51 +0000)]
storm is ARMv4, not ARMv4T (thx, SeG)

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

15 years agoanother one ...
nbd [Thu, 31 Jul 2008 16:16:56 +0000 (16:16 +0000)]
another one ...

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

15 years agoupgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5
nbd [Thu, 31 Jul 2008 15:56:35 +0000 (15:56 +0000)]
upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5

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

15 years agoenable multiqueue in the generic config
kaloz [Thu, 31 Jul 2008 11:55:11 +0000 (11:55 +0000)]
enable multiqueue in the generic config

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

15 years agohandle the nonstandard redboot mac variable for the WG302v1
kaloz [Thu, 31 Jul 2008 11:16:44 +0000 (11:16 +0000)]
handle the nonstandard redboot mac variable for the WG302v1

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

15 years agoenable the second uart on the WG302v1
kaloz [Thu, 31 Jul 2008 11:14:00 +0000 (11:14 +0000)]
enable the second uart on the WG302v1

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

15 years agofixup the optional UART on the Cambria -- thanks, Chris
kaloz [Thu, 31 Jul 2008 09:55:28 +0000 (09:55 +0000)]
fixup the optional UART on the Cambria -- thanks, Chris

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

15 years agosync ath9k with latest git code
kaloz [Thu, 31 Jul 2008 09:51:31 +0000 (09:51 +0000)]
sync ath9k with latest git code

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

15 years agoswitch CONFIG_I2C to =m by default on avr32 (see #3756)
nbd [Thu, 31 Jul 2008 03:07:11 +0000 (03:07 +0000)]
switch CONFIG_I2C to =m by default on avr32 (see #3756)

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

15 years agofix config_clear(), see #3054
nbd [Thu, 31 Jul 2008 03:04:32 +0000 (03:04 +0000)]
fix config_clear(), see #3054

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

15 years agoenable iw for all 2.6 versions
nbd [Thu, 31 Jul 2008 02:43:42 +0000 (02:43 +0000)]
enable iw for all 2.6 versions

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

15 years agoallow packages to forcibly disable the svn/git mirror downloading attempt by setting...
nbd [Thu, 31 Jul 2008 02:43:33 +0000 (02:43 +0000)]
allow packages to forcibly disable the svn/git mirror downloading attempt by setting PKG_SOURCE_MIRROR:=0 (#3815)

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

15 years agoremove unnecessary ixp4xx network config override
nbd [Thu, 31 Jul 2008 02:30:35 +0000 (02:30 +0000)]
remove unnecessary ixp4xx network config override

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

15 years agofix duplicate "doth" interface option in madwifi
nbd [Thu, 31 Jul 2008 02:25:43 +0000 (02:25 +0000)]
fix duplicate "doth" interface option in madwifi

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

15 years agobroadcom-diag: reset the interrupt mask of configured leds to avoid spurious interrupts
nbd [Thu, 31 Jul 2008 01:33:14 +0000 (01:33 +0000)]
broadcom-diag: reset the interrupt mask of configured leds to avoid spurious interrupts

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

15 years agoexport PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)
nbd [Thu, 31 Jul 2008 01:33:01 +0000 (01:33 +0000)]
export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)

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

15 years agoupgrade to uci 0.4.6 - fixes a parser glitch
nbd [Thu, 31 Jul 2008 01:10:22 +0000 (01:10 +0000)]
upgrade to uci 0.4.6 - fixes a parser glitch

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

15 years agolink default routes added by the network scripts to the appropriate interface (#2621)
nbd [Wed, 30 Jul 2008 22:49:25 +0000 (22:49 +0000)]
link default routes added by the network scripts to the appropriate interface (#2621)

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

15 years agonetwork scripts: properly maintain the network state's list of assigned interfaces
nbd [Wed, 30 Jul 2008 22:39:56 +0000 (22:39 +0000)]
network scripts: properly maintain the network state's list of assigned interfaces

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

15 years agofunctions.sh: add list_contains function for checking whether a list contains a speci...
nbd [Wed, 30 Jul 2008 22:39:43 +0000 (22:39 +0000)]
functions.sh: add list_contains function for checking whether a list contains a specific element

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

15 years agofunctions.sh: add a function for removing an item from a list in a shell variable
nbd [Wed, 30 Jul 2008 20:35:22 +0000 (20:35 +0000)]
functions.sh: add a function for removing an item from a list in a shell variable

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

15 years agoupgrade to uci 0.4.5 - adds extra input validation
nbd [Wed, 30 Jul 2008 20:18:15 +0000 (20:18 +0000)]
upgrade to uci 0.4.5 - adds extra input validation

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

15 years agoclean up the directory layout of the uci shell api
nbd [Wed, 30 Jul 2008 19:25:36 +0000 (19:25 +0000)]
clean up the directory layout of the uci shell api

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

15 years agonuke uci-sh, it is obsolete and no longer works
nbd [Wed, 30 Jul 2008 19:25:08 +0000 (19:25 +0000)]
nuke uci-sh, it is obsolete and no longer works

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

15 years agoallow packages to optionally append config file contents in the environment by settin...
nbd [Wed, 30 Jul 2008 19:21:09 +0000 (19:21 +0000)]
allow packages to optionally append config file contents in the environment by setting a flag and calling config_load multiple times

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

15 years agofix hotplug2 event processing deadlock
nbd [Wed, 30 Jul 2008 19:02:01 +0000 (19:02 +0000)]
fix hotplug2 event processing deadlock

when bringing up ethernet on ixp4xx, the driver may request
a firmware while hotplug2 waits for the netdev bringup to complete.
change the event processing loop to keep an event backlog to allow
unthrottled events to pass through while throttled events are being waited for

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

15 years agocreates a passwd's shadow file if busybox supports the feature, fixes #2887
blogic [Wed, 30 Jul 2008 17:09:01 +0000 (17:09 +0000)]
creates a passwd's shadow file if busybox supports the feature, fixes #2887

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

15 years agoadds option to select tls provider when using wpa_supplicant, fixes #3770
blogic [Wed, 30 Jul 2008 17:04:50 +0000 (17:04 +0000)]
adds option to select tls provider when using wpa_supplicant, fixes #3770

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

15 years agoDisable smash stacking support by default, but allow to enable it as an experimental...
florian [Wed, 30 Jul 2008 12:54:28 +0000 (12:54 +0000)]
Disable smash stacking support by default, but allow to enable it as an experimental feature

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

15 years agox86_64 also needs -fPIC to create lua shared libraries
florian [Wed, 30 Jul 2008 10:04:03 +0000 (10:04 +0000)]
x86_64 also needs -fPIC to create lua shared libraries

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

15 years agomove CONFIG_XFS_DEBUG to generic config
nico [Wed, 30 Jul 2008 09:59:41 +0000 (09:59 +0000)]
move CONFIG_XFS_DEBUG to generic config

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

15 years agomadwifi: add some extra sanity checking
nbd [Wed, 30 Jul 2008 07:05:12 +0000 (07:05 +0000)]
madwifi: add some extra sanity checking

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

15 years agomadwifi: change the network scripts to use the new wds sta separation feature
nbd [Wed, 30 Jul 2008 05:22:16 +0000 (05:22 +0000)]
madwifi: change the network scripts to use the new wds sta separation feature

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

15 years agoproperly keep track of bridged interfaces in the network state
nbd [Wed, 30 Jul 2008 05:22:02 +0000 (05:22 +0000)]
properly keep track of bridged interfaces in the network state

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

15 years agomadwifi: wds updates
nbd [Wed, 30 Jul 2008 04:45:24 +0000 (04:45 +0000)]
madwifi: wds updates
- refactor wds code
- add interface for separating individual wds stations from the master interface
- add some queueing fixes for packets passing through virtual interfaces

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

15 years agofixes etables CONFIG_* selection for >= 2.6.25, fixes #3674
blogic [Wed, 30 Jul 2008 00:58:36 +0000 (00:58 +0000)]
fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674

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

15 years agofixes ipkg dependency bug for spi modules, #3272
blogic [Wed, 30 Jul 2008 00:27:21 +0000 (00:27 +0000)]
fixes ipkg dependency bug for spi modules, #3272

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

15 years agoadd lm sensor and clean up dependency, fixes #3821
blogic [Tue, 29 Jul 2008 23:49:16 +0000 (23:49 +0000)]
add lm sensor and clean up dependency, fixes #3821

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

15 years agofixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen
blogic [Tue, 29 Jul 2008 23:40:19 +0000 (23:40 +0000)]
fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen

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

15 years ago[ar71xx] ethernet driver updates
juhosg [Tue, 29 Jul 2008 18:22:38 +0000 (18:22 +0000)]
[ar71xx] ethernet driver updates
* new mii bus code, mac0 and mac1 can use the mac0's miii bus from now on
* swap eth0 & eth1 on RB433/450

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

15 years agoremove opkg config file and link ipkg.conf to opkg.conf being they are the same
thepeople [Tue, 29 Jul 2008 17:23:52 +0000 (17:23 +0000)]
remove opkg config file and link ipkg.conf to opkg.conf being they are the same

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

15 years agofix uClibc legacy version
nbd [Tue, 29 Jul 2008 14:58:48 +0000 (14:58 +0000)]
fix uClibc legacy version

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

15 years agomove curl back to packages
thepeople [Tue, 29 Jul 2008 13:12:54 +0000 (13:12 +0000)]
move curl back to packages

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

15 years agoremoved a missed dependancy on curl
thepeople [Tue, 29 Jul 2008 12:57:43 +0000 (12:57 +0000)]
removed a missed dependancy on curl
remove use of autogen, just run the one needed command from in it

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

15 years ago[ar71xx] fix the name of the micrel PHY driver
juhosg [Tue, 29 Jul 2008 12:46:05 +0000 (12:46 +0000)]
[ar71xx] fix the name of the micrel PHY driver

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

15 years agoFix nfs kernel modules for 2.4 kernels
florian [Tue, 29 Jul 2008 10:57:02 +0000 (10:57 +0000)]
Fix nfs kernel modules for 2.4 kernels

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

15 years agoopkg depends on curl
florian [Tue, 29 Jul 2008 10:24:32 +0000 (10:24 +0000)]
opkg depends on curl

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

15 years agoMove curl from packages to trunk, opkg depends on it
florian [Tue, 29 Jul 2008 10:23:59 +0000 (10:23 +0000)]
Move curl from packages to trunk, opkg depends on it

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

15 years agolua: Remove -fPIC for non-powerpc platforms
cyrus [Tue, 29 Jul 2008 10:14:11 +0000 (10:14 +0000)]
lua: Remove -fPIC for non-powerpc platforms

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

15 years agoadd opkg
thepeople [Tue, 29 Jul 2008 04:16:43 +0000 (04:16 +0000)]
add opkg
- symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg

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

15 years ago[ipkg] Move packages lists to the ramdisk to save flash space
agb [Tue, 29 Jul 2008 03:36:23 +0000 (03:36 +0000)]
[ipkg] Move packages lists to the ramdisk to save flash space
 - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each
   boot before packages can be installed from feeds

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

15 years ago[ipkg] Generate gzipped package lists
agb [Tue, 29 Jul 2008 03:36:11 +0000 (03:36 +0000)]
[ipkg] Generate gzipped package lists
 - Can be used by changing the src line in /etc/ipkg.conf to src/gz
 - Cannot be used by busybox ipkg

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

15 years ago[ipkg] Port the full ipkg to Kamikaze
agb [Tue, 29 Jul 2008 03:35:55 +0000 (03:35 +0000)]
[ipkg] Port the full ipkg to Kamikaze
 - Does not suffer from most of the issues the busybox implementation experiences
 - busybox ipkg is still the default package manager
 - Removes /usr/bin/ipkg on install if it is a symlink
 - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox
 - Supports gzip'd package lists, results in substantial space savings

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

15 years agoswitch to the production phy ids on the Cambria
kaloz [Mon, 28 Jul 2008 21:52:39 +0000 (21:52 +0000)]
switch to the production phy ids on the Cambria

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

15 years agofix mkfwimage to recognize the -s option
thepeople [Mon, 28 Jul 2008 20:48:06 +0000 (20:48 +0000)]
fix mkfwimage to recognize the -s option

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

15 years agofixes download path for mac80211
blogic [Mon, 28 Jul 2008 18:10:55 +0000 (18:10 +0000)]
fixes download path for mac80211

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

15 years agoadds luci to the feeds.conf file
blogic [Mon, 28 Jul 2008 17:12:52 +0000 (17:12 +0000)]
adds luci to the feeds.conf file

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

15 years agofix libraries packaging for uml on x86_64
nico [Mon, 28 Jul 2008 14:19:02 +0000 (14:19 +0000)]
fix libraries packaging for uml on x86_64

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

15 years agoadd a fix to prevent startup crashes on i386 when built with gcc < 4.3
nico [Mon, 28 Jul 2008 12:36:09 +0000 (12:36 +0000)]
add a fix to prevent startup crashes on i386 when built with gcc < 4.3

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

15 years ago[ar71xx] update to 2.6.26
juhosg [Mon, 28 Jul 2008 09:48:29 +0000 (09:48 +0000)]
[ar71xx] update to 2.6.26

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

15 years agofixes dbus param of dnsmasq, #3818, thanks the.loeki
blogic [Mon, 28 Jul 2008 07:59:40 +0000 (07:59 +0000)]
fixes dbus param of dnsmasq, #3818, thanks the.loeki

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

15 years ago[adm5120] make use DMA_BIT_MASK
juhosg [Mon, 28 Jul 2008 07:25:40 +0000 (07:25 +0000)]
[adm5120] make use DMA_BIT_MASK

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

15 years agoatheros: 2.6.26 patches
matteo [Sun, 27 Jul 2008 21:42:36 +0000 (21:42 +0000)]
atheros: 2.6.26 patches

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

15 years agoUpdate uClibc config for x86_64
florian [Sun, 27 Jul 2008 16:56:34 +0000 (16:56 +0000)]
Update uClibc config for x86_64

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

15 years agoResynced x86_64 kernel config for uml
florian [Sun, 27 Jul 2008 16:56:08 +0000 (16:56 +0000)]
Resynced x86_64 kernel config for uml

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

15 years ago[adm5120] fix a bug in the USB driver debug code
juhosg [Sun, 27 Jul 2008 15:36:56 +0000 (15:36 +0000)]
[adm5120] fix a bug in the USB driver debug code

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

15 years agoDo not run ldconfig while cross-compiling zlib
florian [Sun, 27 Jul 2008 13:17:05 +0000 (13:17 +0000)]
Do not run ldconfig while cross-compiling zlib

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

15 years ago[adm5120] sync 2.6.26 config
juhosg [Sun, 27 Jul 2008 08:59:08 +0000 (08:59 +0000)]
[adm5120] sync 2.6.26 config

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

15 years ago[kernel] add missing symbols to 2.6.26 defconfig
juhosg [Sun, 27 Jul 2008 08:56:53 +0000 (08:56 +0000)]
[kernel] add missing symbols to 2.6.26 defconfig

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

15 years ago[kernel] usb-serial: Fix swapped dependencies for belkin and ch341
agb [Sun, 27 Jul 2008 03:39:11 +0000 (03:39 +0000)]
[kernel] usb-serial: Fix swapped dependencies for belkin and ch341

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

15 years agodisable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xx
nbd [Sat, 26 Jul 2008 20:28:02 +0000 (20:28 +0000)]
disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xx

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

15 years agofix kernel oops in the redboot partition parser when CONFIG_MTD_REDBOOT_PARTS_UNALLOC...
nbd [Sat, 26 Jul 2008 20:27:45 +0000 (20:27 +0000)]
fix kernel oops in the redboot partition parser when CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is set and there is some free space after the rootfs partition

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

15 years agofix mkfwimage build on mac os x
nbd [Sat, 26 Jul 2008 20:27:03 +0000 (20:27 +0000)]
fix mkfwimage build on mac os x

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

15 years ago[adm5120] initial 2.6.26 support
juhosg [Sat, 26 Jul 2008 19:53:34 +0000 (19:53 +0000)]
[adm5120] initial 2.6.26 support

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

15 years ago[kernel] cleanup trailing whitespaces in 2.6.26 patches
juhosg [Sat, 26 Jul 2008 19:17:07 +0000 (19:17 +0000)]
[kernel] cleanup trailing whitespaces in 2.6.26 patches

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

15 years agoRemove 2.6.23 files, we will stick to 2.6.24 for rdc
florian [Sat, 26 Jul 2008 18:49:26 +0000 (18:49 +0000)]
Remove 2.6.23 files, we will stick to 2.6.24 for rdc

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

15 years agoAllow madwifi devices to be set in monitor mode
florian [Sat, 26 Jul 2008 18:32:54 +0000 (18:32 +0000)]
Allow madwifi devices to be set in monitor mode

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

15 years agoipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load...
florian [Sat, 26 Jul 2008 18:24:59 +0000 (18:24 +0000)]
ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load (#3813)

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

15 years agoResync some kernel configuration options
florian [Sat, 26 Jul 2008 18:23:38 +0000 (18:23 +0000)]
Resync some kernel configuration options

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

15 years agoUpdate wireless documentation
florian [Sat, 26 Jul 2008 18:20:45 +0000 (18:20 +0000)]
Update wireless documentation

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

15 years ago[adm5120] make boot quiet a bit
juhosg [Sat, 26 Jul 2008 18:05:38 +0000 (18:05 +0000)]
[adm5120] make boot quiet a bit

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

15 years agoadd backported HSO driver
kaloz [Sat, 26 Jul 2008 17:01:54 +0000 (17:01 +0000)]
add backported HSO driver

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

15 years ago[package] button-hotplug: fix compile warnings
juhosg [Sat, 26 Jul 2008 16:32:12 +0000 (16:32 +0000)]
[package] button-hotplug: fix compile warnings

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

15 years ago[kernel] fix yaffs on 2.6.26
juhosg [Sat, 26 Jul 2008 16:16:26 +0000 (16:16 +0000)]
[kernel] fix yaffs on 2.6.26

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

15 years ago[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes...
juhosg [Sat, 26 Jul 2008 16:10:44 +0000 (16:10 +0000)]
[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes #2788)

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

15 years agoallow mkfwimage to fail during atheros builds.
nbd [Sat, 26 Jul 2008 13:32:02 +0000 (13:32 +0000)]
allow mkfwimage to fail during atheros builds.
sometimes images get too big for devices that use this image format,
but this must not break the normal image build for other atheros devices

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