Commit Graph

5084 Commits (7e0173bdd3344f54d6b06f700febf63a36e0ff9a)

Author SHA1 Message Date
Imre Kaloz 7e0173bdd3 another 2.6.30 related crypto fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 14:04:06 +00:00
Hamish Guthrie a12585f503 [hotplug2] Removed extra ; in exec rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 08:48:37 +00:00
Jo-Philipp Wich f691eb4f14 [package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 20:42:04 +00:00
Felix Fietkau 83db58db63 madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 17:15:09 +00:00
Felix Fietkau ab98fd6b3b madwifi: fix excessive stack usage in the wlanconfig tool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 15:04:45 +00:00
Felix Fietkau a5c1e60bcd madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 14:45:04 +00:00
Florian Fainelli 3a1189adea [package] fix drivers firmware loading with the new hotplug2, patch from Russell Senior
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 12:08:15 +00:00
Felix Fietkau d6ab397044 madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 02:25:32 +00:00
Jo-Philipp Wich 557cbbcac9 [PATCH] [hostap-driver] Always escape essid
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 22:45:50 +00:00
Jo-Philipp Wich 6bf6558238 [PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 22:45:13 +00:00
Jo-Philipp Wich fdfea08c65 [OpenWrt-Devel] [PATCH] [hostap-driver] 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 21:48:54 +00:00
Florian Fainelli 95a55058f6 [package] acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 19:20:07 +00:00
Felix Fietkau a552940d24 madwifi: add sanity checks for monitor mode injection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:53:41 +00:00
Felix Fietkau cf3983e001 madwifi: fix an array overrun in the rate control attach check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:53:24 +00:00
Gabor Juhos ab1592ee2c [package] base-files: set rules file for hotplug2 in the boot script (closes #5235)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:09:41 +00:00
Lars-Peter Clausen 19357e8175 [package] 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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 15:17:16 +00:00
Jo-Philipp Wich 1777ea4ac0 [package] hotplug2 may need -fPIC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 23:11:29 +00:00
Hauke Mehrtens 570655ce91 [kernel] Config symbol is boolean.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 20:12:37 +00:00
Felix Fietkau 3385d2e2c1 fix kmod-crypto-core compile with 2.6.30 (#5201)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 11:12:47 +00:00
Felix Fietkau 96c63ef418 hotplug2-old: fix path to build dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 09:26:09 +00:00
Felix Fietkau 6024a5b220 iptables: export libipq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 00:51:33 +00:00
Florian Fainelli 1974b7201a [package] delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 20:41:21 +00:00
Florian Fainelli 39ce6d5588 [package] refresh ar7-atm patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 19:04:54 +00:00
Florian Fainelli fb4c8c926b [package] refresh acx-mac80211 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 19:04:41 +00:00
Gabor Juhos 02b789b1d8 [package] base-files: update command line for the new hotplug2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 18:48:54 +00:00
Felix Fietkau c0fdd94fc2 busybox: fix watchdog util compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:55:52 +00:00
Florian Fainelli 8b02ac2366 [package] correct path to board specific configuration, enable roboswitch driver in wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:19:38 +00:00
Hamish Guthrie c8804f6367 [hotplug2] added back atm rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:31:30 +00:00
Hamish Guthrie 0cbd8a942f [hotplug2] add hotplug2 v1.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:21:58 +00:00
Hamish Guthrie 6bb5dc043e [hotplug2] Move hotplug2 v0.9 to hotplug2-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:20:54 +00:00
Florian Fainelli 288c524195 [package] remove the ar7-atm hotplug for the moment since it makes the driver oops
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 09:44:00 +00:00
Felix Fietkau 65e9ce52b2 avila-wdt: add support for disabling the watchdog
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 15:33:18 +00:00
Nicolas Thill bff58cc99e [package] busybox: fix build error in insmod applet on 2.4 (closes: #5220)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 13:21:48 +00:00
Felix Fietkau 6e4e1d749f hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 02:54:29 +00:00
Nicolas Thill 1a8d26f580 [package] iproute2: install netlink header and library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 21:58:24 +00:00
Florian Fainelli c3e58ce14e [package] put the 4 ssl libraries into a ssl submenu (#5156)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 15:04:50 +00:00
Florian Fainelli 4008fffa25 [package] fix typo in the uci firewall script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 10:51:01 +00:00
Florian Fainelli 6e5efbf945 [package] updated led status on atm events (#2996)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 09:32:28 +00:00
Florian Fainelli 580f0a8d67 [package] allow hotplug events to be triggered with the atm subsystem (#2996)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 09:30:45 +00:00
Florian Fainelli 2c85313ae2 [package] allow ar7-atm annex a and b co-existence by symlinking firmwares
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 08:43:52 +00:00
Nicolas Thill 730226709b [package] busybox: update to v1.13.4 (closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 17:15:39 +00:00
Felix Fietkau ae1d4e333a fix missing kernel config symbol for ipv6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 14:50:34 +00:00
Nicolas Thill d7ec976528 [package] busybox: update to v1.12.4 (partially closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 13:52:31 +00:00
Felix Fietkau a420e7c801 enable multicast routing by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 21:26:40 +00:00
Hauke Mehrtens 312ae25767 [crda] Update crda to version 1.1.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 20:44:57 +00:00
Hauke Mehrtens 32a4e22d59 [iw] Update to version 0.9.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 20:44:14 +00:00
Felix Fietkau 2a706dc913 move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 17:13:14 +00:00
Felix Fietkau a4cd1939c8 libnl-tiny: fix potential redefinition of offsetof
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 16:48:18 +00:00
Hauke Mehrtens f4b90f5799 [pcmcia] yenta is build in an other package.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 11:31:22 +00:00
Hauke Mehrtens bb6f6a656c [ssb] Remove pcmcia support from ssb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 11:30:06 +00:00