Commit Graph

2947 Commits (cc12508ee32a954ae1296563194ede69a3063309)

Author SHA1 Message Date
Florian Fainelli 67a444c462 fix typo in iptables makefile resulting in patches not being applied (#5311)
SVN-Revision: 16392
15 years ago
Jo-Philipp Wich 9f4d70e9a3 nvram: refuse nvram operations on the WGT634U
SVN-Revision: 16378
15 years ago
Felix Fietkau e7cbce1f9e add ucitrigger: a uci plugin, command line tool and lua interface for automatically applying uci config changes
SVN-Revision: 16375
15 years ago
Florian Fainelli 74f8ea728a fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710)
SVN-Revision: 16367
15 years ago
Jo-Philipp Wich 4c9e3682cb nvram: don't execute nvram fixups on the WGT634U
SVN-Revision: 16349
15 years ago
Florian Fainelli d861885cbf do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
SVN-Revision: 16336
15 years ago
Gabor Juhos 42011abcb6 kernel/modules: package the VSC7385 driver
SVN-Revision: 16325
15 years ago
Gabor Juhos 976f690ebd kernel/modules: move SPI drivers into a new submenu
SVN-Revision: 16323
15 years ago
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
15 years ago
Vasilis Tsiligiannis 5b72dc3d8f base-files: fix test experession for sysupgrade
SVN-Revision: 16310
15 years ago
Vasilis Tsiligiannis 66f8e1122e ead: fix missing library error while building tinysrp
SVN-Revision: 16309
15 years ago
Vasilis Tsiligiannis 121368fbc8 madwifi: clear variables used in for loop
SVN-Revision: 16308
15 years ago
Lars-Peter Clausen 3d3d75a248 libtool: revert r16212. It broke building packages using c++.
SVN-Revision: 16305
15 years ago
Hauke Mehrtens 81d3b7905b Update to compat-wireless-2009-06-02
SVN-Revision: 16300
15 years ago
Imre Kaloz d55f736329 package the e1000e driver
SVN-Revision: 16295
15 years ago
Felix Fietkau 4b87e55994 madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition)
SVN-Revision: 16289
15 years ago
Felix Fietkau 569330c102 swconfig: fix kernel version dependency
SVN-Revision: 16286
15 years ago
Imre Kaloz 7f9fd5033c now that the gemini target is working, get rid of the obsolete and buggy storm target
SVN-Revision: 16274
15 years ago
Imre Kaloz 9fa14987b8 fix madwifi for the gemini target
SVN-Revision: 16270
15 years ago
Felix Fietkau 642870d0cc network: prevent unnecessary interface down/up cycles if no mac address change is requested
SVN-Revision: 16269
15 years ago
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
15 years ago
Hauke Mehrtens 9c3bf13939 B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245.
SVN-Revision: 16263
15 years ago
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
15 years ago
Vasilis Tsiligiannis ca96019f8e Add diversity option
SVN-Revision: 16255
15 years ago
Imre Kaloz 954717298d another 2.6.30 related crypto fix
SVN-Revision: 16253
15 years ago
Hamish Guthrie 590f3042fb Removed extra ; in exec rule
SVN-Revision: 16243
15 years ago
Jo-Philipp Wich 037f0c9629 madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis
SVN-Revision: 16238
15 years ago
Felix Fietkau 43b2318584 madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset)
SVN-Revision: 16237
15 years ago
Felix Fietkau 664d2873c7 madwifi: fix excessive stack usage in the wlanconfig tool
SVN-Revision: 16235
15 years ago
Felix Fietkau 5836e0fb5f madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db
SVN-Revision: 16234
15 years ago
Florian Fainelli 0be2193e40 fix drivers firmware loading with the new hotplug2, patch from Russell Senior
SVN-Revision: 16231
15 years ago
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
15 years ago
Jo-Philipp Wich c7e3690e0e Always escape essid Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 16222
15 years ago
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
15 years ago
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
15 years ago
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
15 years ago
Felix Fietkau ffea0b1aee madwifi: add sanity checks for monitor mode injection
SVN-Revision: 16218
15 years ago
Felix Fietkau f48e0b1e5f madwifi: fix an array overrun in the rate control attach check
SVN-Revision: 16217
15 years ago
Gabor Juhos 9b5e65f101 base-files: set rules file for hotplug2 in the boot script (closes #5235)
SVN-Revision: 16215
15 years ago
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
15 years ago
Jo-Philipp Wich 12c997d9ec hotplug2 may need -fPIC
SVN-Revision: 16199
15 years ago
Hauke Mehrtens 442cdc9a1b Config symbol is boolean.
SVN-Revision: 16198
15 years ago
Felix Fietkau 82139b165b fix kmod-crypto-core compile with 2.6.30 (#5201)
SVN-Revision: 16175
15 years ago
Felix Fietkau 3578cc1b5f hotplug2-old: fix path to build dir
SVN-Revision: 16171
15 years ago
Felix Fietkau 01392262c1 iptables: export libipq
SVN-Revision: 16164
15 years ago
Florian Fainelli 553c950287 delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)
SVN-Revision: 16159
15 years ago
Florian Fainelli 92f26dfbef refresh ar7-atm patches
SVN-Revision: 16158
15 years ago
Florian Fainelli 16ad5caa22 refresh acx-mac80211 patches
SVN-Revision: 16157
15 years ago
Gabor Juhos 463a6f4bda base-files: update command line for the new hotplug2
SVN-Revision: 16154
15 years ago
Felix Fietkau 98caacae20 busybox: fix watchdog util compile
SVN-Revision: 16150
15 years ago