Felix Fietkau
bc92b67c41
port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested)
...
SVN-Revision: 12790
16 years ago
Felix Fietkau
9b2097af21
ixp4xx: rename config-default to config-2.6.26
...
SVN-Revision: 12789
16 years ago
Felix Fietkau
eb6f02a23f
ixp4xx: remove 2.6.25 patches
...
SVN-Revision: 12788
16 years ago
Felix Fietkau
fc59ffea21
fix ar2315 watchdog restart (patch from #3953 )
...
SVN-Revision: 12775
16 years ago
Felix Fietkau
8ce76ceccb
cris is little endian, not big endian (patch from #4048 )
...
SVN-Revision: 12773
16 years ago
Felix Fietkau
2b2884293a
add option in sysupgrade to restore config from file or URL (patch from #4043 )
...
SVN-Revision: 12772
16 years ago
Felix Fietkau
72fd7feb0d
madwifi: revert part of the noderef fix patch
...
SVN-Revision: 12771
16 years ago
Gabor Juhos
dcca20be51
2.6.25/2.6.26: fix compiler warning in imq.c
...
SVN-Revision: 12770
16 years ago
Felix Fietkau
ec6c0fdc5e
broadcom-wl: only use mssid if necessary (fixes spurious error messages on older hw)
...
SVN-Revision: 12769
16 years ago
John Crispin
221f4ad32d
fixes firewall rule generation. forwarding rules were inserted in input chains, fixes #4028
...
SVN-Revision: 12768
16 years ago
John Crispin
b56d5cc36f
custom chains were never reached on DROP/REJECT policy, fixes #4004 #4029
...
SVN-Revision: 12767
16 years ago
Felix Fietkau
aaf31c36f1
set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions
...
SVN-Revision: 12766
16 years ago
Felix Fietkau
13abdc0af1
firewall: fix default policies, add a check for duplicate defaults sections and make custom chains more generic
...
SVN-Revision: 12765
16 years ago
Felix Fietkau
d896035377
busybox: remove the upstream-provided bugfix patch for line editing it actually breaks the history functionality instead of fixing it
...
SVN-Revision: 12763
16 years ago
Felix Fietkau
2b04816c55
fix iw compile
...
SVN-Revision: 12760
16 years ago
Felix Fietkau
d94103514b
madwifi: set essid on to avoid association with different ssid (patch from #3937 )
...
SVN-Revision: 12759
16 years ago
Florian Fainelli
93c504a8ae
Add support for HW crypto cores: padlock, geode and hifn75x (#388#)
...
SVN-Revision: 12752
16 years ago
Felix Fietkau
033d2f6ca6
scripts/feeds: allow multiple alternative urls for a single feed. this will be useful for maintaining release branch forks of /packages
...
SVN-Revision: 12746
16 years ago
Andy Boyett
c514c50057
create a profile for brcm47xx and ixp4xx
...
SVN-Revision: 12744
16 years ago
Andy Boyett
74a598a426
make b43 the default profile
...
SVN-Revision: 12743
16 years ago
Lars-Peter Clausen
8186dcaa7d
Remove 2.6.23 config, files and patches from olpc target.
...
SVN-Revision: 12742
16 years ago
Lars-Peter Clausen
41ac00278f
Update olpc target kernel to 2.26.5.
...
SVN-Revision: 12740
16 years ago
Florian Fainelli
f1b0fe6f28
Fix location to the ebtables modules ( #3855 )
...
SVN-Revision: 12735
16 years ago
Lars-Peter Clausen
50dd431344
Generate olpc.fth depending on the target image type.
...
SVN-Revision: 12732
16 years ago
Florian Fainelli
dea97a3fa3
Document madwifi specific diversity and antenna settings ( #3889
...
SVN-Revision: 12727
16 years ago
Florian Fainelli
5718709711
Fix reference to the old and replaced kmod-rt61
...
SVN-Revision: 12723
16 years ago
Nicolas Thill
05df3ec37b
fix IMQ autoloading
...
SVN-Revision: 12722
16 years ago
Felix Fietkau
8876ac6d6d
remove unnecessary patch chunk
...
SVN-Revision: 12720
16 years ago
Felix Fietkau
c109d5d091
madwifi: fix some really evil noderef issues ( fixes #3999 )
...
SVN-Revision: 12719
16 years ago
Gabor Juhos
821170133f
update to 2.6.26.5 and 2.6.25.17
...
SVN-Revision: 12718
16 years ago
Nicolas Thill
6f98e7cf01
remove obsolete p54, rt2500 & rt61 since those drivers are built from package/mac80211 now
...
SVN-Revision: 12716
16 years ago
Felix Fietkau
e2daafdb1d
fix typo from last sysupgrade commit
...
SVN-Revision: 12715
16 years ago
Travis Kemen
3770c99cf8
add switch to not save configuration over the reflash in noninteractive mode
...
SVN-Revision: 12714
16 years ago
Felix Fietkau
2e91cf283b
madwifi: don't crash if the static rate is not in a per-node rateset
...
SVN-Revision: 12713
16 years ago
Gabor Juhos
31d6fde17f
sync kernel config
...
SVN-Revision: 12712
16 years ago
Gabor Juhos
3b7f041bce
sync kernel config
...
SVN-Revision: 12711
16 years ago
Nicolas Thill
e812557612
add gpio related config symbols to generic config
...
SVN-Revision: 12710
16 years ago
Travis Kemen
b42c11bb48
add option to shutoff softled
...
SVN-Revision: 12709
16 years ago
Gabor Juhos
3c8963aa9b
remove broken status from the Big Endian subtarget
...
SVN-Revision: 12708
16 years ago
Felix Fietkau
a38c409d6a
fix some warnings
...
SVN-Revision: 12707
16 years ago
Felix Fietkau
5a0a3cbc00
mtd: improve support for reading input from a pipe. fixes sysupgrade
...
SVN-Revision: 12706
16 years ago
John Crispin
d58b9ba0d0
add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly
...
SVN-Revision: 12704
16 years ago
Felix Fietkau
d0302d323b
make sure a predefined CFLAGS variable does not get in the way (fix for #4038 )
...
SVN-Revision: 12702
16 years ago
Nicolas Thill
3616f2d48c
disable CONFIG_USB_SUPPORT on avr32
...
SVN-Revision: 12700
16 years ago
Lars-Peter Clausen
387da72d9c
Fix a segfault in uclibc ldso.
...
SVN-Revision: 12698
16 years ago
Steven Barth
c1ef612776
Embed luaposix and bitlib into Lua core library
...
SVN-Revision: 12696
16 years ago
Felix Fietkau
7300d22877
install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins)
...
SVN-Revision: 12695
16 years ago
Felix Fietkau
71b68efe91
sysupgrade for adm5120
...
Sysupgrade adapted from the bcm47xx one.
Add a hook to disable watchdog before upgrading.
Signed-off-by: Frédéric Moulins <ffrrrr@gmail.com>
SVN-Revision: 12694
16 years ago
Nicolas Thill
63e0397058
call autoconf when there's no ./configure script, move it at Build/Prepare stage
...
SVN-Revision: 12693
16 years ago
Nicolas Thill
59a058534c
move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and disable the later (deprecated Video for Linux API v1)
...
SVN-Revision: 12692
16 years ago