Jo-Philipp Wich
c6fe201fb6
sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails
...
SVN-Revision: 16488
2009-06-17 11:09:10 +00:00
Florian Fainelli
9d35896314
fix unaligned accesses in b43/xmit.c ( #5169 )
...
SVN-Revision: 16474
2009-06-15 14:34:54 +00:00
Imre Kaloz
e01651285f
rfkill config cleanup
...
SVN-Revision: 16471
2009-06-15 07:13:00 +00:00
Felix Fietkau
b04204c14d
include a skin for the goldfish emulator
...
SVN-Revision: 16460
2009-06-14 21:17:50 +00:00
Felix Fietkau
f88360279f
add the 'goldfish' target, useful for experimenting with virtual phone hardware (includes the emulator)
...
SVN-Revision: 16459
2009-06-14 20:42:33 +00:00
Hauke Mehrtens
1e50157f84
remove empty patch forgotten in r16447
...
SVN-Revision: 16451
2009-06-14 11:43:01 +00:00
Hauke Mehrtens
af432e7a52
Some fixes for fuse24.
...
Because sshfs expects character device to be /dev/fuse instead of /dev/misc/fuse, sshfs fails.
This patch creates fuse device at /dev/fuse instead, also for compatibility the postinstall script (only executed when manually installed per opkg) creates /dev/misc/fuse
added the dcache enabled kernel message to fuse24
Closes #5333
SVN-Revision: 16447
2009-06-14 11:36:19 +00:00
Hauke Mehrtens
b63576359d
D-Link DIR-320 support (broadcom-diag)
...
This patch adds D-Link DIR-320 support to broadcom-diag.
"reserved" button is the button on the right side of the router without
any title. I'm not sure if I've selected right name.
Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
SVN-Revision: 16443
2009-06-14 09:39:43 +00:00
Hauke Mehrtens
efbfde01b0
Various Makefile cleanup.
...
Thanks to swalker.
SVN-Revision: 16437
2009-06-13 16:47:22 +00:00
Hauke Mehrtens
b5141ea359
Update to version 2.49 Fixes #5331 and #5286
...
SVN-Revision: 16436
2009-06-13 16:46:42 +00:00
Florian Fainelli
f3f5cfd4ee
recognize WAP54Gv2 and assigne LED and GPIOs ( #5335 )
...
SVN-Revision: 16434
2009-06-13 15:56:21 +00:00
Felix Fietkau
d196e4087e
udhcpc: add cidr routes support (patch from #5299 )
...
SVN-Revision: 16433
2009-06-13 14:42:47 +00:00
Felix Fietkau
c90052be54
wprobe: add missing include statement (patch from #5325 )
...
SVN-Revision: 16432
2009-06-13 14:34:21 +00:00
Felix Fietkau
985b62a228
madwifi: disable compression by default, as it can cause instabilities on various platforms (thx, acoul)
...
SVN-Revision: 16421
2009-06-11 12:40:07 +00:00
Jo-Philipp Wich
0dc50344f0
fuse24: introduce fuse package for brcm-2.4 ( #5186 )
...
SVN-Revision: 16411
2009-06-11 02:09:53 +00:00
Jo-Philipp Wich
99e23d2144
fuse: update to v2.7.4 ( #5186 )
...
SVN-Revision: 16410
2009-06-11 02:09:13 +00:00
Vasilis Tsiligiannis
f4a81139b7
base-files: Add support for bzipped images in sysupgrade
...
SVN-Revision: 16408
2009-06-10 22:34:14 +00:00
Vasilis Tsiligiannis
57d7cc7666
base-files: Detect and decompressed gzipped images automatically when flashing with sysupgrade
...
SVN-Revision: 16407
2009-06-10 22:22:48 +00:00
Vasilis Tsiligiannis
d1f5700e78
base-files: format hexdump output instead of using awk for sysupgrade
...
SVN-Revision: 16405
2009-06-10 21:52:07 +00:00
Felix Fietkau
f87baeb3e0
wprobe: move measurement task to the kernel, add some configurability (work in progress)
...
SVN-Revision: 16402
2009-06-10 14:37:36 +00:00
Florian Fainelli
67a444c462
fix typo in iptables makefile resulting in patches not being applied ( #5311 )
...
SVN-Revision: 16392
2009-06-09 07:54:46 +00:00
Jo-Philipp Wich
9f4d70e9a3
nvram: refuse nvram operations on the WGT634U
...
SVN-Revision: 16378
2009-06-08 11:59:41 +00:00
Felix Fietkau
e7cbce1f9e
add ucitrigger: a uci plugin, command line tool and lua interface for automatically applying uci config changes
...
SVN-Revision: 16375
2009-06-08 01:27:01 +00:00
Florian Fainelli
74f8ea728a
fix detection of motorola wr850g, thanks to Vinicius Fonseca, ( #4710 )
...
SVN-Revision: 16367
2009-06-07 09:28:29 +00:00
Jo-Philipp Wich
4c9e3682cb
nvram: don't execute nvram fixups on the WGT634U
...
SVN-Revision: 16349
2009-06-06 02:05:10 +00:00
Florian Fainelli
d861885cbf
do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
...
SVN-Revision: 16336
2009-06-04 13:14:00 +00:00
Gabor Juhos
42011abcb6
kernel/modules: package the VSC7385 driver
...
SVN-Revision: 16325
2009-06-04 07:54:10 +00:00
Gabor Juhos
976f690ebd
kernel/modules: move SPI drivers into a new submenu
...
SVN-Revision: 16323
2009-06-04 06:39:36 +00:00
Lars-Peter Clausen
246a5b334d
More libtool madness: Every package which was using c++ and libtool fixup was linked against libstd++ even though if it should have been linked against uclibc++. This is fixed by providing a special version of libtool fixup for packages which should use uclibc++. Not pretty but functional. Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of PKG_FIXUP:=libtool
...
Somebody should probably check all packages using c++ with a dependency on stdlibc++
if uclibc++ can be used instead now.
SVN-Revision: 16317
2009-06-04 00:20:01 +00:00
Vasilis Tsiligiannis
5b72dc3d8f
base-files: fix test experession for sysupgrade
...
SVN-Revision: 16310
2009-06-03 18:15:04 +00:00
Vasilis Tsiligiannis
66f8e1122e
ead: fix missing library error while building tinysrp
...
SVN-Revision: 16309
2009-06-03 13:53:15 +00:00
Vasilis Tsiligiannis
121368fbc8
madwifi: clear variables used in for loop
...
SVN-Revision: 16308
2009-06-03 13:53:10 +00:00
Lars-Peter Clausen
3d3d75a248
libtool: revert r16212. It broke building packages using c++.
...
SVN-Revision: 16305
2009-06-03 10:03:29 +00:00
Hauke Mehrtens
81d3b7905b
Update to compat-wireless-2009-06-02
...
SVN-Revision: 16300
2009-06-02 18:48:52 +00:00
Imre Kaloz
d55f736329
package the e1000e driver
...
SVN-Revision: 16295
2009-06-02 10:02:23 +00:00
Felix Fietkau
4b87e55994
madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition)
...
SVN-Revision: 16289
2009-06-01 22:35:48 +00:00
Felix Fietkau
569330c102
swconfig: fix kernel version dependency
...
SVN-Revision: 16286
2009-06-01 22:14:06 +00:00
Imre Kaloz
7f9fd5033c
now that the gemini target is working, get rid of the obsolete and buggy storm target
...
SVN-Revision: 16274
2009-06-01 18:15:30 +00:00
Imre Kaloz
9fa14987b8
fix madwifi for the gemini target
...
SVN-Revision: 16270
2009-06-01 18:09:10 +00:00
Felix Fietkau
642870d0cc
network: prevent unnecessary interface down/up cycles if no mac address change is requested
...
SVN-Revision: 16269
2009-06-01 18:09:05 +00:00
Felix Fietkau
154ebf9380
network: do not unnecessarily touch interfaces configured as proto=none; bring down old aliases before setting up new ones
...
SVN-Revision: 16266
2009-06-01 18:07:44 +00:00
Hauke Mehrtens
9c3bf13939
B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245 .
...
SVN-Revision: 16263
2009-06-01 17:38:38 +00:00
Nicolas Thill
a42072ddf4
broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release number
...
This patch fixes an issue with the broadcom.sh configuration script when
enabling sta mode. Currently sta mode works provided that you have an AP
enabled as well but it doesn't work if you have a sta interface but not an
AP. I found that merely reversing the order of the ap and apsta variables
in the broadcom.sh script corrects this problem, and the attached patch does
exactly that.
Signed-off-by: Eric Bishop <ebishop@bu.edu>
SVN-Revision: 16256
2009-06-01 14:37:11 +00:00
Vasilis Tsiligiannis
ca96019f8e
Add diversity option
...
SVN-Revision: 16255
2009-06-01 14:32:34 +00:00
Imre Kaloz
954717298d
another 2.6.30 related crypto fix
...
SVN-Revision: 16253
2009-06-01 14:04:06 +00:00
Hamish Guthrie
590f3042fb
Removed extra ; in exec rule
...
SVN-Revision: 16243
2009-06-01 08:48:37 +00:00
Jo-Philipp Wich
037f0c9629
madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis
...
SVN-Revision: 16238
2009-05-31 20:42:04 +00:00
Felix Fietkau
43b2318584
madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset)
...
SVN-Revision: 16237
2009-05-31 17:15:09 +00:00
Felix Fietkau
664d2873c7
madwifi: fix excessive stack usage in the wlanconfig tool
...
SVN-Revision: 16235
2009-05-31 15:04:45 +00:00
Felix Fietkau
5836e0fb5f
madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db
...
SVN-Revision: 16234
2009-05-31 14:45:04 +00:00
Florian Fainelli
0be2193e40
fix drivers firmware loading with the new hotplug2, patch from Russell Senior
...
SVN-Revision: 16231
2009-05-31 12:08:15 +00:00
Felix Fietkau
26099a3c23
madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom
...
SVN-Revision: 16224
2009-05-31 02:25:32 +00:00
Jo-Philipp Wich
c7e3690e0e
Always escape essid Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 16222
2009-05-30 22:45:50 +00:00
Jo-Philipp Wich
3d8f202050
Add bssid, frag and rts options and fix mac access control Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 16221
2009-05-30 22:45:13 +00:00
Jo-Philipp Wich
73493cbc83
Major enhancement to hostap.sh script * use common openwrt option naming (e.g. sta instead of manged for mode) * add support for wds vifs * add support for monitor mode * add encryption support * add antenna selection options * add hidden ssid option * other minor fixes Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 16220
2009-05-30 21:48:54 +00:00
Florian Fainelli
b113caa074
acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch
...
SVN-Revision: 16219
2009-05-30 19:20:07 +00:00
Felix Fietkau
ffea0b1aee
madwifi: add sanity checks for monitor mode injection
...
SVN-Revision: 16218
2009-05-30 17:53:41 +00:00
Felix Fietkau
f48e0b1e5f
madwifi: fix an array overrun in the rate control attach check
...
SVN-Revision: 16217
2009-05-30 17:53:24 +00:00
Gabor Juhos
9b5e65f101
base-files: set rules file for hotplug2 in the boot script ( closes #5235 )
...
SVN-Revision: 16215
2009-05-30 17:09:41 +00:00
Lars-Peter Clausen
d36a6dbc41
libtool: Unset CXX. It is not needed to build libtool, but if set configure preferes CXX over CC to build the global_symbol_pipe test program. So if there is no c++ compiler or the c++ installation is broken we end up with a broken libtool script. Fixes #5022
...
SVN-Revision: 16212
2009-05-30 15:17:16 +00:00
Jo-Philipp Wich
12c997d9ec
hotplug2 may need -fPIC
...
SVN-Revision: 16199
2009-05-29 23:11:29 +00:00
Hauke Mehrtens
442cdc9a1b
Config symbol is boolean.
...
SVN-Revision: 16198
2009-05-29 20:12:37 +00:00
Felix Fietkau
82139b165b
fix kmod-crypto-core compile with 2.6.30 ( #5201 )
...
SVN-Revision: 16175
2009-05-29 11:12:47 +00:00
Felix Fietkau
3578cc1b5f
hotplug2-old: fix path to build dir
...
SVN-Revision: 16171
2009-05-29 09:26:09 +00:00
Felix Fietkau
01392262c1
iptables: export libipq
...
SVN-Revision: 16164
2009-05-29 00:51:33 +00:00
Florian Fainelli
553c950287
delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 ( #4974 )
...
SVN-Revision: 16159
2009-05-28 20:41:21 +00:00
Florian Fainelli
92f26dfbef
refresh ar7-atm patches
...
SVN-Revision: 16158
2009-05-28 19:04:54 +00:00
Florian Fainelli
16ad5caa22
refresh acx-mac80211 patches
...
SVN-Revision: 16157
2009-05-28 19:04:41 +00:00
Gabor Juhos
463a6f4bda
base-files: update command line for the new hotplug2
...
SVN-Revision: 16154
2009-05-28 18:48:54 +00:00
Felix Fietkau
98caacae20
busybox: fix watchdog util compile
...
SVN-Revision: 16150
2009-05-28 16:55:52 +00:00
Florian Fainelli
72e25b07b8
correct path to board specific configuration, enable roboswitch driver in wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx
...
SVN-Revision: 16147
2009-05-28 16:19:38 +00:00
Hamish Guthrie
0c5d5b0e9b
added back atm rule
...
SVN-Revision: 16137
2009-05-28 13:31:30 +00:00
Hamish Guthrie
b38b823afb
add hotplug2 v1.0
...
SVN-Revision: 16136
2009-05-28 13:21:58 +00:00
Hamish Guthrie
5513f6a9e9
Move hotplug2 v0.9 to hotplug2-old
...
SVN-Revision: 16135
2009-05-28 13:20:54 +00:00
Florian Fainelli
aef879ea10
remove the ar7-atm hotplug for the moment since it makes the driver oops
...
SVN-Revision: 16125
2009-05-28 09:44:00 +00:00
Felix Fietkau
72cc296822
avila-wdt: add support for disabling the watchdog
...
SVN-Revision: 16111
2009-05-27 15:33:18 +00:00
Nicolas Thill
adc83174bf
busybox: fix build error in insmod applet on 2.4 ( closes : #5220 )
...
SVN-Revision: 16107
2009-05-27 13:21:48 +00:00
Felix Fietkau
517728c9f7
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
...
SVN-Revision: 16102
2009-05-27 02:54:29 +00:00
Nicolas Thill
f4e312ddf8
iproute2: install netlink header and library
...
SVN-Revision: 16100
2009-05-26 21:58:24 +00:00
Florian Fainelli
fe98e8c7cd
put the 4 ssl libraries into a ssl submenu ( #5156 )
...
SVN-Revision: 16090
2009-05-26 15:04:50 +00:00
Florian Fainelli
7e2361d46a
fix typo in the uci firewall script
...
SVN-Revision: 16076
2009-05-26 10:51:01 +00:00
Florian Fainelli
075a46c066
updated led status on atm events ( #2996 )
...
SVN-Revision: 16074
2009-05-26 09:32:28 +00:00
Florian Fainelli
ae7afb7cdb
allow hotplug events to be triggered with the atm subsystem ( #2996 )
...
SVN-Revision: 16073
2009-05-26 09:30:45 +00:00
Florian Fainelli
ec662b9141
allow ar7-atm annex a and b co-existence by symlinking firmwares
...
SVN-Revision: 16071
2009-05-26 08:43:52 +00:00
Nicolas Thill
e7133da4aa
busybox: update to v1.13.4 ( closes : #4279 )
...
SVN-Revision: 16063
2009-05-25 17:15:39 +00:00
Felix Fietkau
7584729fb9
fix missing kernel config symbol for ipv6
...
SVN-Revision: 16056
2009-05-25 14:50:34 +00:00
Nicolas Thill
9a16485900
busybox: update to v1.12.4 (partially closes : #4279 )
...
SVN-Revision: 16053
2009-05-25 13:52:31 +00:00
Felix Fietkau
4cb9ba9612
enable multicast routing by default
...
SVN-Revision: 16044
2009-05-24 21:26:40 +00:00
Hauke Mehrtens
93da536a7f
Update crda to version 1.1.0
...
SVN-Revision: 16042
2009-05-24 20:44:57 +00:00
Hauke Mehrtens
7563aadd82
Update to version 0.9.14
...
SVN-Revision: 16041
2009-05-24 20:44:14 +00:00
Felix Fietkau
4f37d65205
move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
...
SVN-Revision: 16031
2009-05-24 17:13:14 +00:00
Felix Fietkau
ce55253763
libnl-tiny: fix potential redefinition of offsetof
...
SVN-Revision: 16030
2009-05-24 16:48:18 +00:00
Hauke Mehrtens
93360fb62d
yenta is build in an other package.
...
SVN-Revision: 16024
2009-05-24 11:31:22 +00:00
Hauke Mehrtens
e80f5ca91e
Remove pcmcia support from ssb.
...
SVN-Revision: 16023
2009-05-24 11:30:06 +00:00
Hauke Mehrtens
19b01b4ffe
Add rtl8180 and rtl8187 support. Based on patch from #5138 .
...
SVN-Revision: 16022
2009-05-24 11:14:00 +00:00
Felix Fietkau
17ae4a4df0
fix mips64el base-files compile
...
SVN-Revision: 16018
2009-05-23 21:16:04 +00:00
Felix Fietkau
443fc5fe1b
madwifi: remove the "turbo" iwpriv command, it does not do anything useful, but it can lead to crashes
...
SVN-Revision: 15992
2009-05-22 17:44:07 +00:00
Florian Fainelli
fa4d544363
allow sta mode to work with psk+aes ( #4687 )
...
SVN-Revision: 15983
2009-05-22 10:30:55 +00:00
Andy Boyett
b7e3af28b1
update compat-wireless to 2009-05-21
...
SVN-Revision: 15976
2009-05-22 07:19:58 +00:00
Felix Fietkau
f5918f5a00
madwifi: fix a rare ad-hoc mode crash
...
SVN-Revision: 15964
2009-05-21 18:23:53 +00:00
Felix Fietkau
5820c0fef2
madwifi: cosmetic fixes for maxrate/minrate
...
SVN-Revision: 15961
2009-05-21 18:11:08 +00:00
Hauke Mehrtens
d21f38210a
refresh patches
...
SVN-Revision: 15958
2009-05-21 10:49:21 +00:00
Hauke Mehrtens
b97b54291d
Make patches apply agagin. The deleted parts were two times in the patches.
...
SVN-Revision: 15957
2009-05-21 10:48:24 +00:00
Jo-Philipp Wich
9137c11605
update ppp to v2.4.4 ( #5102 )
...
SVN-Revision: 15955
2009-05-20 22:36:38 +00:00
Jo-Philipp Wich
89127a67f2
Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15954
2009-05-20 21:52:15 +00:00
Jo-Philipp Wich
ba22d1e333
Fix device name allocation This patch fixes a bug in madwifi where names for wifi devices are not allocated during device setup. It fixes some instability on devices which share IRQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15950
2009-05-20 21:33:54 +00:00
Jo-Philipp Wich
40872c604e
Build madwifi with compression capability enabled Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15949
2009-05-20 21:32:05 +00:00
Jo-Philipp Wich
d6005ac186
Reload IMQ only when needed [PATCH] [qos-scripts] Use config_get_bool for halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15948
2009-05-20 21:16:22 +00:00
Jo-Philipp Wich
f46691236b
Fix packet/connection marking when using halfduplex option This fixes an bug where QoS is not applied to packets passing through POSTROUTING chain when using halfduplex option. Since QoS is done on IMQ device, packets should be marked before sending to the IMQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15947
2009-05-20 21:12:09 +00:00
Jo-Philipp Wich
e2d1632d1e
Reload modules with parameters specified This patch makes qos-scripts reload a module when there is need to pass some parameters to it. It fixes an issue on devices with more than two interfaces where many IMQ devices are needed but the module is already loaded with the default numdevs=2 Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15945
2009-05-20 21:10:45 +00:00
Jo-Philipp Wich
bd50b95bde
Detect every atheros device present This patch is for boards with more than one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15940
2009-05-20 20:44:19 +00:00
Florian Fainelli
6509fe4657
change the uClibc-0.9.29 check ( #5165 )
...
SVN-Revision: 15937
2009-05-20 16:51:59 +00:00
Florian Fainelli
73de6f2dad
use e2fsprogs 1.40.11 with uClibc 0.9.29 ( #5085 , #5033 )
...
SVN-Revision: 15932
2009-05-20 09:28:36 +00:00
Jo-Philipp Wich
2ee67f7272
base-files: fixup resolv.conf check in udhcpc script
...
SVN-Revision: 15903
2009-05-17 17:56:26 +00:00
Florian Fainelli
459edb94dc
update to r4993
...
SVN-Revision: 15901
2009-05-17 17:09:12 +00:00
Andy Boyett
ee48f5ae78
opkg.conf: update trunk snapshots url
...
SVN-Revision: 15899
2009-05-17 16:49:50 +00:00
Nicolas Thill
cbb75fd9a2
libertas: use last known stable firmware version, move it to "Wireless Drivers" section, rename LICENSE file to match firmware
...
SVN-Revision: 15892
2009-05-17 13:41:10 +00:00
Nicolas Thill
06413b783e
base-files: initialize GZIPED to 0 in sysupgrade since it's used later in numeric comparisons
...
SVN-Revision: 15890
2009-05-17 11:54:44 +00:00
Nicolas Thill
aaa3868c5c
kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from "depends" to "select"
...
SVN-Revision: 15888
2009-05-17 03:07:24 +00:00
Nicolas Thill
b6bb23e3a8
madwifi: don't try to set an interface essid with an empty value
...
SVN-Revision: 15886
2009-05-17 02:01:03 +00:00
Nicolas Thill
c1a929efbd
openssl: fix annoying build errors when changing upstream versions
...
SVN-Revision: 15880
2009-05-17 00:25:41 +00:00
Felix Fietkau
8567c34340
brcm-2.4: nvram_set has been removed, remove some remaining calls to it
...
SVN-Revision: 15878
2009-05-16 20:02:17 +00:00
Imre Kaloz
8c06d46268
set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831
...
SVN-Revision: 15869
2009-05-15 12:26:18 +00:00
Jo-Philipp Wich
af8500e97d
sysupgrade: use sysrq-trigger if available
...
SVN-Revision: 15865
2009-05-15 12:10:26 +00:00
Imre Kaloz
26b42d5807
cardbus != pcmcia -- disable it in b43
...
SVN-Revision: 15857
2009-05-15 08:58:02 +00:00
Felix Fietkau
f81a781e1a
firewall: automatically set up NOTRACK rules to disable connection tracking for zones that have no masquerading, no conntrack and no forwarding from/to other zones with masq/conntrack
...
SVN-Revision: 15855
2009-05-14 21:46:38 +00:00
Hauke Mehrtens
394a26da94
orinoco is only one module with kernel 2.6.30
...
SVN-Revision: 15852
2009-05-14 19:02:10 +00:00
Hauke Mehrtens
f9532a06b1
Make madwifi compile with kernel 2.6.30.
...
SVN-Revision: 15850
2009-05-14 19:00:11 +00:00
Nicolas Thill
c2e3ae221d
lua: install lua.pc pkgconfig file as well ( closes : #5132 )
...
SVN-Revision: 15848
2009-05-14 17:59:06 +00:00
Imre Kaloz
3b397b7f74
RTCs shouldn't be modules, ever..
...
SVN-Revision: 15837
2009-05-14 09:28:34 +00:00
Felix Fietkau
251a657eaf
madwifi: fix distance setting
...
SVN-Revision: 15824
2009-05-13 13:02:20 +00:00
Hauke Mehrtens
81ebf13b9e
Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.
...
SVN-Revision: 15807
2009-05-12 22:02:19 +00:00
Nicolas Thill
94c1598c3e
libpcap: fix typo in protocol api patch
...
SVN-Revision: 15802
2009-05-12 14:47:19 +00:00
Florian Fainelli
214f8bee10
fix crypto pcompress configuration symbol name w/ 2.6.30
...
SVN-Revision: 15798
2009-05-12 10:53:22 +00:00
Felix Fietkau
898fc4d25c
madwifi: the openwrt build system usually has a better idea of what the target arch is than the madwifi build system :)
...
SVN-Revision: 15788
2009-05-11 21:22:11 +00:00
Hauke Mehrtens
20182554ad
The it821x is at an other location in older kernels.
...
SVN-Revision: 15787
2009-05-11 20:58:08 +00:00
Hauke Mehrtens
11629e8492
hci_usb.ko is not availably in kernel newer than 2.6.27.
...
SVN-Revision: 15786
2009-05-11 20:57:09 +00:00
Hauke Mehrtens
0d4745a059
load usb8xxx after usb.
...
SVN-Revision: 15785
2009-05-11 20:53:55 +00:00
Hauke Mehrtens
f24c234150
Add support for pcmcia to ssb. b43 will build now with pcmcia support.
...
SVN-Revision: 15784
2009-05-11 20:51:38 +00:00
Hauke Mehrtens
de44ea0536
Conditionals are not supported in Kconfig.
...
SVN-Revision: 15783
2009-05-11 20:46:51 +00:00
Hauke Mehrtens
037e296207
The vfat directory have chanced with all newer kernel.
...
SVN-Revision: 15782
2009-05-11 20:46:01 +00:00
Hauke Mehrtens
0ce9ef9060
Make nfs and xfs load again.
...
SVN-Revision: 15781
2009-05-11 20:44:27 +00:00
Hauke Mehrtens
050d860d65
kmod-libphy also needed with kernel 2.6.30
...
SVN-Revision: 15780
2009-05-11 20:41:15 +00:00
Hauke Mehrtens
34d864de0a
With kernel bigger than 2.6.29 compat_ioctl32 will not be build.
...
SVN-Revision: 15779
2009-05-11 20:40:28 +00:00
Hauke Mehrtens
5b9b001e23
Remove ieee80211-softmac and net-bcm43xx, because it is not used any more. This is only included in old kernel versions.
...
SVN-Revision: 15778
2009-05-11 20:36:19 +00:00
Hauke Mehrtens
bd6f8e261c
/net/ieee80211/ was removed in new kernel versions. This adds lib80211 for new kernel versions and make ipw2x00 and hostap driver depend on it.
...
SVN-Revision: 15777
2009-05-11 20:31:31 +00:00
Hauke Mehrtens
51445f3a18
make madwifi compile with kernel 2.6.29.
...
SVN-Revision: 15773
2009-05-11 20:16:13 +00:00
Felix Fietkau
37211157f6
madwifi: ignore the eeprom fast framing supported flag, as it is an arbitrary restriction and not based on hardware capability
...
SVN-Revision: 15763
2009-05-10 22:43:44 +00:00
Felix Fietkau
7f8cc3e7af
madwifi: do not add the ff headroom len to dev->hard_header_len to avoid unnecessary reallocations. the driver will reallocate skbs itself if necessary
...
SVN-Revision: 15762
2009-05-10 22:19:53 +00:00
Felix Fietkau
6559aa514a
madwifi: remove some leftover duplicate definitions
...
SVN-Revision: 15758
2009-05-10 20:13:13 +00:00
Felix Fietkau
09f06bbfb0
madwifi: clean up tx status mrr handling and fix mrr parsing for 5416
...
SVN-Revision: 15757
2009-05-10 19:05:15 +00:00
Jo-Philipp Wich
f0eecf38aa
libnl-tiny: add copy of linux/gen_stat.h, it's not available on brcm-2.4
...
SVN-Revision: 15756
2009-05-10 16:50:56 +00:00
Jo-Philipp Wich
33c38fba27
base-files: - restore device, ifname and aliases state in dhcp script - make sure that resolv.conf.tmp is written once at least for statically configured dns
...
SVN-Revision: 15753
2009-05-10 15:53:02 +00:00
Jo-Philipp Wich
6fc1c45b63
e2fsprogs: add libpthread dependency ( #5086 )
...
SVN-Revision: 15748
2009-05-09 22:41:04 +00:00
Jo-Philipp Wich
ff3c63fb61
dnsmasq: add option to specify dhcp-hostsfile ( #5079 )
...
SVN-Revision: 15747
2009-05-09 22:34:04 +00:00
Gabor Juhos
fe70acc95a
mac80211: update compat-wireless to 2009-05-08
...
SVN-Revision: 15738
2009-05-09 06:34:03 +00:00
Gabor Juhos
73a315e772
kernel/modules: build pcompress.ko for kernel >=2.6.30
...
SVN-Revision: 15737
2009-05-09 06:16:56 +00:00
Jo-Philipp Wich
d8aee6e471
base-files: show reboot notification is sysupgrade
...
SVN-Revision: 15730
2009-05-09 01:54:09 +00:00
Felix Fietkau
5bc30de4e7
madwifi: clean up handling of various timings such as slot time, ack timeout, eifs time, etc.
...
SVN-Revision: 15713
2009-05-08 19:25:31 +00:00
Felix Fietkau
537f2199ac
madwifi: fix uninitialized variable
...
SVN-Revision: 15711
2009-05-08 18:49:05 +00:00
Felix Fietkau
cbb2ac35b3
madwifi: remove unused functions
...
SVN-Revision: 15710
2009-05-08 16:21:24 +00:00
Felix Fietkau
d4f44772cf
upgrade to a new public hal build - contains several minor fixes including ani improvements
...
SVN-Revision: 15709
2009-05-08 16:08:31 +00:00
Felix Fietkau
cadab984f8
madwifi: fix selection of phy errors in the rx filter
...
SVN-Revision: 15707
2009-05-08 12:31:28 +00:00
Felix Fietkau
d88bd31f99
madwifi: improve autochannel decision with lots of cards on one board
...
SVN-Revision: 15704
2009-05-07 21:10:33 +00:00
Felix Fietkau
a8a91697ce
madwifi: improve autochannel, nuke some dead code, fix scanlist building from channel mode
...
SVN-Revision: 15702
2009-05-07 21:00:35 +00:00
Florian Fainelli
3dea7e450f
create the lib64 symbolic links for 64-bits supported architectures ( #5075 )
...
SVN-Revision: 15698
2009-05-07 20:21:21 +00:00
Gabor Juhos
4adc356f03
kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI drivers
...
SVN-Revision: 15695
2009-05-07 19:13:44 +00:00
Felix Fietkau
976459a453
madwifi: fix setting outdoor mode
...
SVN-Revision: 15694
2009-05-07 18:30:16 +00:00
Florian Fainelli
72694c21eb
make acx-mac80211 compile against latest compat-wireless, still does not work though ;)
...
SVN-Revision: 15690
2009-05-07 15:07:20 +00:00
Jo-Philipp Wich
e5aa5ddc36
Add support for pc speaker PC speaker could be very useful on platforms which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15684
2009-05-07 14:05:42 +00:00
Jo-Philipp Wich
7da25b844c
Don't try to pivot to new ramfs if already running on one This patch allows the sysupgrade script to continue with the upgrade if openwrt is already running on a ramfs. This allows the use of the sysupgrade script as an _installer_ when running from an iso image. A user could boot the system from a bootable cd and invoke sysupgrade -n <URL> to write an image to the hard disk or CF.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15683
2009-05-07 13:51:45 +00:00
Jo-Philipp Wich
0230efcb0f
Fix installation of hostap pci and plx driver This fixes an issue where installation of hostap pci and plx driver fails because both were trying to overwrite hostap.sh file.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15680
2009-05-07 13:47:04 +00:00
Jo-Philipp Wich
71e0f59b80
Add option in sysupgrade to flash gzipped images
...
SVN-Revision: 15672
2009-05-07 13:27:10 +00:00
Jo-Philipp Wich
9c14920205
This patch adds a new package "flock" that allows to manage file locks from shell scripts. It provides more functionality than the busybox "lock" command, i.e. locking existing file descriptors and non-blocking operation.
...
SVN-Revision: 15669
2009-05-07 13:18:44 +00:00
Florian Fainelli
ca2aa54153
fix acx compilation on 2.6.27
...
SVN-Revision: 15667
2009-05-07 12:31:32 +00:00
Felix Fietkau
28dbc959ca
madwifi: fix run-time changing of iwpriv settings (thx, brainslayer)
...
SVN-Revision: 15664
2009-05-07 11:32:47 +00:00
Felix Fietkau
b4574b5b03
madwifi: improve mode selection, do not scan channels which do not fit the desired mode
...
SVN-Revision: 15663
2009-05-07 11:32:43 +00:00
Felix Fietkau
b9c49af8a5
make madwifi buildable without CONFIG_CRYPTO
...
SVN-Revision: 15662
2009-05-07 11:32:39 +00:00
Felix Fietkau
f6d28016fe
madwifi: improve antenna diversity handling
...
SVN-Revision: 15658
2009-05-07 10:10:06 +00:00
Florian Fainelli
35bfac4623
add missing backslash, thanks juhosg
...
SVN-Revision: 15657
2009-05-07 08:35:12 +00:00
Jo-Philipp Wich
addb4fe33f
iptables: update imq userspace part
...
SVN-Revision: 15653
2009-05-07 03:06:56 +00:00
Jo-Philipp Wich
a2be06692f
kernel: prepare kconfig for imq update
...
SVN-Revision: 15652
2009-05-07 03:06:03 +00:00
Florian Fainelli
9ff2cc6d2a
fix kernel module name for autoloading
...
SVN-Revision: 15649
2009-05-07 00:23:44 +00:00
Florian Fainelli
e389d9c59f
add missing rtc-lib module to rtc-core
...
SVN-Revision: 15648
2009-05-07 00:21:08 +00:00
Florian Fainelli
059438dc01
package the rtc-core and rtc-m48t86 driver
...
SVN-Revision: 15647
2009-05-06 23:52:46 +00:00
Florian Fainelli
bf199cc318
package the Winbond w83627hf super i/o controller
...
SVN-Revision: 15646
2009-05-06 23:50:11 +00:00
Florian Fainelli
5a6231ebea
package the ITE it821x IDE controller driver
...
SVN-Revision: 15645
2009-05-06 23:49:17 +00:00
Felix Fietkau
28f12da43f
madwifi: minor cleanup for the channel handling patch
...
SVN-Revision: 15637
2009-05-06 14:06:59 +00:00
Felix Fietkau
287dbd648a
fix wprobe conflict with libnl
...
SVN-Revision: 15636
2009-05-06 13:54:42 +00:00
Jo-Philipp Wich
ca609a2431
base-files: replace udhcpc script with an improved version
...
SVN-Revision: 15635
2009-05-06 12:51:12 +00:00
Felix Fietkau
4cdb76c219
use config_get_bool for outdoor mode
...
SVN-Revision: 15634
2009-05-06 12:12:29 +00:00
Felix Fietkau
56ae52b008
madwifi: make country code and outdoor flag changeable without reloading the driver
...
SVN-Revision: 15633
2009-05-06 11:52:24 +00:00
Felix Fietkau
23d3e5ad03
wprobe: use libnl-tiny instead of libnl
...
SVN-Revision: 15632
2009-05-06 11:51:16 +00:00
Felix Fietkau
b48047bd01
the bison prereq check is no longer necessary
...
SVN-Revision: 15631
2009-05-06 10:14:39 +00:00
Jo-Philipp Wich
b7569a3a34
iptables: install essential headers into staging dir
...
SVN-Revision: 15621
2009-05-05 11:51:51 +00:00
Felix Fietkau
ca29771c2a
Require* calls must now be placed before BuildPackage calls
...
SVN-Revision: 15620
2009-05-05 11:01:44 +00:00
Markus Wigge
e85943d41a
fixed dnsmasq init for "ignore" option
...
dnsmasq.init tried to set range options even when ignore was
set to "1". Now the functions stops processing after evaluating
the "ignore" option when the result is > 0
SVN-Revision: 15618
2009-05-05 11:00:00 +00:00
Markus Wigge
807c0426bf
changed "option" to "list" for binding interfaces
...
SVN-Revision: 15613
2009-05-05 09:33:56 +00:00
Florian Fainelli
369db35a29
fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson ( #5053 )
...
SVN-Revision: 15611
2009-05-05 06:32:45 +00:00
Nicolas Thill
a119d75d7e
grub: fix potential build issues on redhat/fedora host systems (should close : #3793 )
...
SVN-Revision: 15608
2009-05-04 23:08:08 +00:00
Felix Fietkau
d7c2fc499d
libnl-tiny: add -fpic
...
SVN-Revision: 15594
2009-05-04 16:38:06 +00:00
Felix Fietkau
3a3df94c51
fix ebtables compile
...
SVN-Revision: 15593
2009-05-04 16:30:24 +00:00
Felix Fietkau
0f632264ec
fix more issues with libnl-tiny and eglibc
...
SVN-Revision: 15592
2009-05-04 16:13:46 +00:00
Felix Fietkau
0f6846a4f0
fix libnl-tiny compile with eglibc
...
SVN-Revision: 15591
2009-05-04 16:07:06 +00:00
Hamish Guthrie
42e35d0a95
base-files: Add additional base-files search paths
...
SVN-Revision: 15583
2009-05-04 12:39:21 +00:00
Jo-Philipp Wich
4bead4bb96
kernel: fix conditional handling of ide-support
...
SVN-Revision: 15577
2009-05-04 00:38:53 +00:00
Jo-Philipp Wich
1b890c945c
iptables: fix segfault in xtables_parse_protocol() if an unknown protocol is specified for -p
...
SVN-Revision: 15573
2009-05-03 14:31:36 +00:00
Nicolas Thill
8c7602a3f4
iptables: - add libtool fixups - fix libiptc & libxtables packages, containing only symlinks but missing the actual library files - enable static versions of libiptc & libxtables - install pkgconfig .pc files as well - cleanup & reorg
...
SVN-Revision: 15572
2009-05-03 06:54:49 +00:00
Jo-Philipp Wich
0f1984092e
kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)
...
SVN-Revision: 15563
2009-05-02 23:51:05 +00:00
Florian Fainelli
9051239daf
prevent kmod-switch from accessing nvram on brcm63xx ( #5035 )
...
SVN-Revision: 15555
2009-05-02 10:01:09 +00:00
Jo-Philipp Wich
26f40c4bd4
iptables: install libxtables.so and libiptc.so into staging dir
...
SVN-Revision: 15550
2009-05-02 00:53:41 +00:00
Jo-Philipp Wich
029e43443b
kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a textsearch implementation
...
SVN-Revision: 15549
2009-05-01 22:59:07 +00:00
Jo-Philipp Wich
8738678fbf
iptables: replace exot_error() with xtables_error() in layer7 patch
...
SVN-Revision: 15547
2009-05-01 21:30:43 +00:00
Hauke Mehrtens
e50d6f12f7
Update layer7 rules
...
SVN-Revision: 15544
2009-05-01 15:20:34 +00:00
Hauke Mehrtens
a93f9f0eee
In r15501 the libxt_layer7.c was placed in a wrong location.
...
SVN-Revision: 15541
2009-05-01 15:15:56 +00:00
Hauke Mehrtens
fd2492485e
The location of eeprom_93cx6.ko has chanced.
...
SVN-Revision: 15540
2009-05-01 15:13:18 +00:00
Hauke Mehrtens
4fca4229cd
Update to compat-wireless-2009-05-01
...
SVN-Revision: 15536
2009-05-01 13:43:12 +00:00
Felix Fietkau
cbd52550bd
rcS: wait for init scripts to complete before initiating the shutdown (patch from #5032 )
...
SVN-Revision: 15530
2009-04-30 22:59:18 +00:00
Jo-Philipp Wich
2a48c43b7f
kernel: fix syntax error introduced with r15524
...
SVN-Revision: 15529
2009-04-30 21:24:20 +00:00
Jo-Philipp Wich
1c41493d74
base-files: make diag.sh stub working in bash
...
SVN-Revision: 15527
2009-04-30 21:00:57 +00:00
Jo-Philipp Wich
fc521bf541
kernel: fix ide-disk problems on newer kernels - thanks russell!
...
SVN-Revision: 15524
2009-04-30 20:03:42 +00:00
Felix Fietkau
97c4a54db3
opkg: work around the same broken array overrun check in gcc 4.4 as in gcc 4.3
...
SVN-Revision: 15522
2009-04-30 19:38:58 +00:00
Felix Fietkau
8994dc4361
uci: increase argv size in batch mode to silence a false gcc 4.4 compiler warning
...
SVN-Revision: 15521
2009-04-30 19:34:49 +00:00
Felix Fietkau
f06689ce61
hostapd: use libnl-tiny instead of libnl
...
SVN-Revision: 15519
2009-04-30 18:11:01 +00:00
Felix Fietkau
0002fadf7d
crda: use libnl-tiny
...
SVN-Revision: 15516
2009-04-30 14:53:01 +00:00
Felix Fietkau
f981976ed1
libnl-tiny: install a pkg-config file
...
SVN-Revision: 15515
2009-04-30 14:52:57 +00:00
Felix Fietkau
3750e2788d
iw: use libnl-tiny, forcibly disable git version check
...
SVN-Revision: 15514
2009-04-30 14:38:30 +00:00
Felix Fietkau
b736ff1fdf
libnl-tiny: sync genetlink.h with the kernel header
...
SVN-Revision: 15513
2009-04-30 14:38:25 +00:00
Felix Fietkau
ad9d1857a5
swconfig: use libnl-tiny instead of libnl
...
SVN-Revision: 15508
2009-04-30 13:57:38 +00:00
Felix Fietkau
938553bd69
add libnl-tiny as a small replacement for libnl with only genl support included
...
SVN-Revision: 15507
2009-04-30 13:57:29 +00:00
Jo-Philipp Wich
78f44f7c8b
kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
...
SVN-Revision: 15503
2009-04-30 02:38:23 +00:00
Jo-Philipp Wich
2515392870
drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 kernel patches and add packages for libiptc + libxtables
...
SVN-Revision: 15501
2009-04-29 23:31:23 +00:00
Imre Kaloz
98d10636bb
cryptomgr needs pcomp and hash loaded in 2.6.30
...
SVN-Revision: 15499
2009-04-29 20:54:31 +00:00
Gabor Juhos
ad66840108
mac80211: backport ath9k uninline patch
...
SVN-Revision: 15490
2009-04-29 20:23:20 +00:00
Imre Kaloz
6032279e79
we don't need the libiptc library
...
SVN-Revision: 15487
2009-04-29 13:55:49 +00:00
Jo-Philipp Wich
d26ec37d18
busybox: add possibility to set crond log level through /etc/config/system and use level 5 by default which prevents unneeded debug messages on each job execution
...
SVN-Revision: 15481
2009-04-29 13:00:42 +00:00
Jo-Philipp Wich
df8693a787
hostap-driver: fix displaying of kmod-hostap-{pci,plx,cs} in menuconfig ( #4218 )
...
SVN-Revision: 15479
2009-04-29 11:32:53 +00:00
Imre Kaloz
3671591480
upgrade iptables to 1.4.3.2
...
SVN-Revision: 15478
2009-04-29 11:31:20 +00:00
Jo-Philipp Wich
c4a32c388c
update e2fsprogs to v1.41.5 ( #5014 )
...
SVN-Revision: 15456
2009-04-27 22:19:17 +00:00
Nicolas Thill
7658ef1316
introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
...
SVN-Revision: 15451
2009-04-27 15:53:00 +00:00
Nicolas Thill
b558d4b839
kernel: add missing kconfig symbol related to SSB
...
SVN-Revision: 15449
2009-04-27 15:48:11 +00:00
Felix Fietkau
c2696fb706
remove leftover unvram directory and move the nvram.init change to package/nvram
...
SVN-Revision: 15447
2009-04-27 15:44:07 +00:00
Felix Fietkau
f8fb679405
nvram fixup: move the nvram commit hook to commit for all variables, since changes no longer take effect after only a set operation
...
SVN-Revision: 15441
2009-04-27 15:27:32 +00:00
Felix Fietkau
7f8b55cec9
broadcom-wl: add nvram stub to fix nas compile after the switch to unvram
...
SVN-Revision: 15439
2009-04-27 14:18:34 +00:00
Jo-Philipp Wich
69decd27e2
rename unvram to nvram
...
SVN-Revision: 15437
2009-04-27 12:58:54 +00:00
Jo-Philipp Wich
ace455e0c0
remove old nvram package
...
SVN-Revision: 15436
2009-04-27 12:57:57 +00:00
Jo-Philipp Wich
6eec3954ef
unvram: rename executable to "nvram" and place it in /usr/sbin, add fixup init script from old nvram package
...
SVN-Revision: 15435
2009-04-27 12:57:29 +00:00
Jo-Philipp Wich
41fe312464
lua: embed md5lib
...
SVN-Revision: 15431
2009-04-27 01:47:03 +00:00
Jo-Philipp Wich
1de0566a8b
unvram: get rid of some memory leaks
...
SVN-Revision: 15430
2009-04-27 01:38:15 +00:00
Jo-Philipp Wich
0f3ccb8868
unvram: make it work on bcm47xx, also look for /dev/mtdblockX
...
SVN-Revision: 15429
2009-04-26 20:42:36 +00:00