Commit graph

11111 commits

Author SHA1 Message Date
Ralph Hempel
b6e5025f15 fix typo
SVN-Revision: 16236
2009-05-31 16:15:47 +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
7328490dea add diag.sh to report boot status on the front-led of the machine
SVN-Revision: 16233
2009-05-31 13:55:35 +00:00
Gabor Juhos
f84d0d2ae0 register parallel flash device on the AP83 board
SVN-Revision: 16232
2009-05-31 12:37:40 +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
Ralph Hempel
6f29703625 add dist and distcheck target (to create new source balls)
SVN-Revision: 16230
2009-05-31 12:01:05 +00:00
Ralph Hempel
3dc92527a3 add package source path override - use external source tree instead of source ball - the external package source tree will be included as symlink - make package/<name>/clean will delete the symlink instead of whole source tree - usefull in conjunction with external SCM like ClearCase - package-version-override.mk has to be included before package.mk
SVN-Revision: 16227
2009-05-31 11:35:13 +00:00
Ralph Hempel
69fbe5c3b0 fix download url
SVN-Revision: 16226
2009-05-31 10:07:35 +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
d0b60d14ea Typo in r8610.mk signed-off by: Jac Goudsmit <jac@goudsm.it>
SVN-Revision: 16223
2009-05-30 23:47:50 +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
ebeb3829e1 Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.
SVN-Revision: 16213
2009-05-30 15:48:44 +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
Gabor Juhos
377a7cced4 add support for the SST 39VF6401B flash chip
SVN-Revision: 16210
2009-05-30 14:00:04 +00:00
Florian Fainelli
ba0f541d0d mips: fix gcc 4.4.0 build failure on delay.h (#5116)
SVN-Revision: 16209
2009-05-30 12:03:27 +00:00
Florian Fainelli
8a86424093 use 2.6.27.24
SVN-Revision: 16208
2009-05-30 12:01:05 +00:00
Florian Fainelli
5f0333d896 cleanup old patches and kernel configuration
SVN-Revision: 16204
2009-05-30 09:53:59 +00:00
Florian Fainelli
733b0a1ff8 rework ar7 profiles to separate dsl firmwares, annex-a being now the default and most widespread
SVN-Revision: 16201
2009-05-30 08:54:55 +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
Florian Fainelli
9be0df0caa include wpa-supplicant iw in the default profile
SVN-Revision: 16195
2009-05-29 15:33:14 +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
3f599cc633 s3c24xx: get rid of unnecessary config overrides, which break stuff in package/kernel
SVN-Revision: 16174
2009-05-29 11:12:38 +00:00
Felix Fietkau
2f94a08df9 uClibc: bsd supports the same floating point classification functions as c99, fixes inetd
SVN-Revision: 16172
2009-05-29 10:32:17 +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
1c57770f28 uClibc: add a wrapper for the missing finite() function
SVN-Revision: 16170
2009-05-29 09:25:51 +00:00
Florian Fainelli
12c8b488f7 refresh generic-2.6.29 patches
SVN-Revision: 16169
2009-05-29 09:09:32 +00:00
Gabor Juhos
9252651252 refresh patches
SVN-Revision: 16168
2009-05-29 08:29:42 +00:00
Gabor Juhos
63fdd1a743 add support for the EN25P64 flash chip
SVN-Revision: 16167
2009-05-29 08:11:51 +00:00
Hamish Guthrie
0c592ec7b3 Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ppoll returns -EINVAL. Thanks to Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 16166
2009-05-29 07:40:29 +00:00
Felix Fietkau
01392262c1 iptables: export libipq
SVN-Revision: 16164
2009-05-29 00:51:33 +00:00
Felix Fietkau
1581147490 s3c24xx: do not override CONFIG_WIRELESS, this breaks packages
SVN-Revision: 16163
2009-05-29 00:51:29 +00:00
Felix Fietkau
487570f387 deptest: use a separate build dir for host packages to prevent hardcoded path screwups
SVN-Revision: 16162
2009-05-28 23:49:13 +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
Florian Fainelli
c2df3a7179 refresh patches
SVN-Revision: 16156
2009-05-28 19:04:19 +00:00
Florian Fainelli
e0c3e283da refresh patches
SVN-Revision: 16155
2009-05-28 18:54:09 +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
61f503c77a add a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh
SVN-Revision: 16153
2009-05-28 18:40:37 +00:00
Felix Fietkau
98caacae20 busybox: fix watchdog util compile
SVN-Revision: 16150
2009-05-28 16:55:52 +00:00
Florian Fainelli
43296ea284 use 2.4.37.1
SVN-Revision: 16149
2009-05-28 16:42:29 +00:00
Ralph Hempel
c4d7af7094 added BUILD_LOG_DIR variable, make clean will delete the ./logs dir
SVN-Revision: 16148
2009-05-28 16:30:04 +00:00