John Crispin
3430638acb
move json-c to packages feed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12114 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 00:34:30 +00:00
John Crispin
759fc07fee
EOF for fonera-mp3 packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 00:33:04 +00:00
John Crispin
f8dc0e6dde
etrax should not select foxboard-utils by default as the package is now in the packages feed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 00:31:39 +00:00
John Crispin
8f0b82e565
move foxboard utils to packages feed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 00:30:41 +00:00
Felix Fietkau
6b09c216eb
add prereq check for python
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 23:59:18 +00:00
Felix Fietkau
7e91c8a04a
fix a small bug in the recursive dependency lookup for generated menuconfig files
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 23:43:13 +00:00
Felix Fietkau
79edf87314
make package prereq checks behave more like build prereq checks (first check all, then fail if necessary), also make them less verbose
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 23:15:17 +00:00
John Crispin
664624ac96
add uci led support
...
- /etc/config/system can hold led info which is applied at boot
- adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 22:56:46 +00:00
Felix Fietkau
fce073c929
scripts/feeds: properly handle virtual packages as well, use the first available provider by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 22:22:43 +00:00
Felix Fietkau
763d1b4e13
scripts/feeds: fix some installation warnings for locally installed packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 22:22:29 +00:00
Felix Fietkau
439d252093
fix scripts/feeds dependency lookup: process deps for all virtual packages of a src package that belongs to the package that the user wants to install
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 22:03:28 +00:00
John Crispin
8e8b935963
- bump atheros to .26
...
- adds leds-gpio to default selection on atheros
- extend led platform setup on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 21:22:00 +00:00
Felix Fietkau
549b84837a
remove empty directories
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 19:54:40 +00:00
Nicolas Thill
ee8a46beda
rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround for sha512 renamed in 2.6.26
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 16:59:16 +00:00
Gabor Juhos
1cd0b487cf
[adm5120] fix RB-133/133C led definitions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 16:11:44 +00:00
John Crispin
794a0fda09
more ledtrig-netdev clean ups
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 15:51:47 +00:00
Gabor Juhos
ffed9795a4
[adm5120] add missing buttons device for RB-1xx boards, thanks to Christophe Lucas
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 15:21:41 +00:00
John Crispin
c85677ecc1
makes ledtrignetdev work on .26 and fix whitespaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 14:05:04 +00:00
John Crispin
275038cae7
adds a new uci firewall
...
- iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default
- there are some examples in the file /etc/config/firewall
- iptables-save/restore are still missing
- hotplug takes care of adding/removing netdevs during runtime
- misisng features ? wishes ? let me know ...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 11:51:58 +00:00
John Crispin
8ffee3956d
fixes whitespace error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 11:47:46 +00:00
John Crispin
b5a563ee16
work aroung error message during boot if swapon is nt installed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 08:50:16 +00:00
John Crispin
8929c4a880
remove warning from hotplug2, which pops up 10 times during boot
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 08:04:16 +00:00
Florian Fainelli
8dd9c8b082
Define more missing config symbols for .26
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 06:35:41 +00:00
Travis Kemen
1a8d1298ff
update kernel config
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 01:29:26 +00:00
Felix Fietkau
570759f58f
madwifi: more fixes and cleanups for wds sta separation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-03 21:00:34 +00:00
Felix Fietkau
abdfec5426
network scripts: revert the network state after running ifdown, not before
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-03 21:00:01 +00:00
Nicolas Thill
8bb8f6e792
fix typo in gcc version check
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-03 15:04:28 +00:00
Imre Kaloz
fa30639e95
update ath9k to latest git version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-03 14:28:21 +00:00
Imre Kaloz
73369b5d07
add more options to the generic 2.6.26 config
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-03 14:22:52 +00:00
Imre Kaloz
bdb0f4c7ef
revert gcc 4.4 fixes - http://bugzilla.kernel.org/show_bug.cgi?id=11143
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-03 11:49:49 +00:00
Felix Fietkau
90c2b1166f
make grub compilable under fedora core 8 and other newer distros
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-02 15:15:33 +00:00
Gabor Juhos
4ea8c591fc
[magicbox] fix compile error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-02 12:38:33 +00:00
Andy Boyett
318fc4c9a9
[kernel] Fix broken hso kmod definition
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-02 07:35:51 +00:00
Andy Boyett
6021fcb5bf
[kernel] ixp4xx: disable ixp4xx beeper
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-02 03:20:09 +00:00
Andy Boyett
1f9b9cb8d1
[kernel] generic-2.6: resync 2.6.26 config
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-02 03:19:56 +00:00
Andy Boyett
7dbfb16717
[kernel] net/usb: only package hso for 2.6.26
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-02 03:19:42 +00:00
Travis Kemen
7a56cfbe6a
try to clean up some kernel configs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-02 02:33:15 +00:00
Gabor Juhos
af0980c6ec
[magicbox] update to 2.6.26
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-01 19:34:37 +00:00
Felix Fietkau
d248b0eefc
madwifi: disable bogus vlan handling code which actually breaks vlan
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-01 13:42:36 +00:00
Florian Fainelli
33c88b0330
OCF cannot be built under UML
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-01 10:05:12 +00:00
Florian Fainelli
0aa488b10c
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
2008-08-01 10:04:14 +00:00
Felix Fietkau
930674d205
use the same hotplug2 parameters for initramfs and regular
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-01 03:09:20 +00:00
Felix Fietkau
73ba73fc41
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
2008-08-01 03:01:42 +00:00
Felix Fietkau
adc5b4a36f
avoid duplicate vlan add events
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-01 03:01:25 +00:00
Felix Fietkau
02c8979f05
enable wds sta interface splitting by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-01 00:38:47 +00:00
Felix Fietkau
4c49d9496b
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
2008-08-01 00:26:44 +00:00
Felix Fietkau
c1d54dc961
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
2008-07-31 23:55:39 +00:00
Felix Fietkau
f597668270
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
2008-07-31 22:50:43 +00:00
Felix Fietkau
4912260429
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
2008-07-31 22:41:31 +00:00
Felix Fietkau
4dfbe7ef52
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
2008-07-31 21:11:27 +00:00