5836e0fb5fmadwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db
Felix Fietkau
2009-05-31 14:45:04 +00:00
7328490deaadd diag.sh to report boot status on the front-led of the machine
Florian Fainelli
2009-05-31 13:55:35 +00:00
f84d0d2ae0register parallel flash device on the AP83 board
Gabor Juhos
2009-05-31 12:37:40 +00:00
0be2193e40fix drivers firmware loading with the new hotplug2, patch from Russell Senior
Florian Fainelli
2009-05-31 12:08:15 +00:00
6f29703625add dist and distcheck target (to create new source balls)
Ralph Hempel
2009-05-31 12:01:05 +00:00
3dc92527a3add 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
Ralph Hempel
2009-05-31 11:35:13 +00:00
69fbe5c3b0fix download url
Ralph Hempel
2009-05-31 10:07:35 +00:00
26099a3c23madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom
Felix Fietkau
2009-05-31 02:25:32 +00:00
3d8f202050Add bssid, frag and rts options and fix mac access control Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
Jo-Philipp Wich
2009-05-30 22:45:13 +00:00
73493cbc83Major 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>
Jo-Philipp Wich
2009-05-30 21:48:54 +00:00
b113caa074acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch
Florian Fainelli
2009-05-30 19:20:07 +00:00
ffea0b1aeemadwifi: add sanity checks for monitor mode injection
Felix Fietkau
2009-05-30 17:53:41 +00:00
f48e0b1e5fmadwifi: fix an array overrun in the rate control attach check
Felix Fietkau
2009-05-30 17:53:24 +00:00
9b5e65f101base-files: set rules file for hotplug2 in the boot script (closes#5235)
Gabor Juhos
2009-05-30 17:09:41 +00:00
ebeb3829e1Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.
Lars-Peter Clausen
2009-05-30 15:48:44 +00:00
d36a6dbc41libtool: 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
Lars-Peter Clausen
2009-05-30 15:17:16 +00:00
377a7cced4add support for the SST 39VF6401B flash chip
Gabor Juhos
2009-05-30 14:00:04 +00:00
63fdd1a743add support for the EN25P64 flash chip
Gabor Juhos
2009-05-29 08:11:51 +00:00
0c592ec7b3Add 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>
Hamish Guthrie
2009-05-29 07:40:29 +00:00
01392262c1iptables: export libipq
Felix Fietkau
2009-05-29 00:51:33 +00:00
1581147490s3c24xx: do not override CONFIG_WIRELESS, this breaks packages
Felix Fietkau
2009-05-29 00:51:29 +00:00
487570f387deptest: use a separate build dir for host packages to prevent hardcoded path screwups
Felix Fietkau
2009-05-28 23:49:13 +00:00
553c950287delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)
Florian Fainelli
2009-05-28 20:41:21 +00:00
463a6f4bdabase-files: update command line for the new hotplug2
Gabor Juhos
2009-05-28 18:48:54 +00:00
61f503c77aadd a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh
Felix Fietkau
2009-05-28 18:40:37 +00:00
98caacae20busybox: fix watchdog util compile
Felix Fietkau
2009-05-28 16:55:52 +00:00
c4d7af7094added BUILD_LOG_DIR variable, make clean will delete the ./logs dir
Ralph Hempel
2009-05-28 16:30:04 +00:00
72e25b07b8correct path to board specific configuration, enable roboswitch driver in wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx
Florian Fainelli
2009-05-28 16:19:38 +00:00
cec852c087update to 2.4.37, tested on wrt54gs (#4766)
Florian Fainelli
2009-05-28 15:55:54 +00:00
b7ae5e7b7cbrcm47xx: make input support modular (closes: #5174)
Nicolas Thill
2009-05-28 15:54:18 +00:00
38e76887a4brcm-2.4: fix conntrack structure inconsistency with iptables, which can cause problems with port matching/forwarding and protocol matching
Felix Fietkau
2009-05-28 15:52:18 +00:00
23260054dcuClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl does not need this fix, because the problem was fixed upstream already
Felix Fietkau
2009-05-28 15:49:29 +00:00
53cc0dbef7Add buildfix for kernel 2.6.21
Hauke Mehrtens
2009-05-27 18:06:38 +00:00
fefb312698jbt6k74: Change the state machine to have one state field for resolution and one for power mode. Loosing the resolution when the display is sent to sleep is just wrong. Automatically switch resolution when a framebuffer mode change event is recevied.
Lars-Peter Clausen
2009-05-27 17:36:48 +00:00
cbe2c48249register SPI bus on the AP83 board
Gabor Juhos
2009-05-27 17:16:19 +00:00
fc72d90103revert part of r16112, the setup.c part needs more testing
Florian Fainelli
2009-05-27 16:22:01 +00:00
72cc296822avila-wdt: add support for disabling the watchdog
Felix Fietkau
2009-05-27 15:33:18 +00:00
e6f6679461turn on kernel size optimization
Florian Fainelli
2009-05-27 15:12:07 +00:00
e4a01259e0generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h>
Nicolas Thill
2009-05-27 13:29:24 +00:00
00a0035fa8enable UCLIBC_SUPPORT_AI_ADDRCONFIG in common uclibc 0.9.30.1 config, this will restore support for getifaddrs() and fix compilation of lldpd and possibly others
Jo-Philipp Wich
2009-05-27 13:28:33 +00:00
adc83174bfbusybox: fix build error in insmod applet on 2.4 (closes: #5220)
Nicolas Thill
2009-05-27 13:21:48 +00:00
517728c9f7hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
Felix Fietkau
2009-05-27 02:54:29 +00:00
db4fd873f3improve error message output of metadata scan - fix newline break and do not hide broken makefiles after the first invocation anymore
Felix Fietkau
2009-05-27 02:50:53 +00:00
f4e312ddf8iproute2: install netlink header and library
Nicolas Thill
2009-05-26 21:58:24 +00:00
0fc0346e0adeptest: handle packages from feeds
Felix Fietkau
2009-05-26 19:50:49 +00:00
f8d61666e3fixup CS0 size for the BCM91125E
Imre Kaloz
2009-05-26 19:18:18 +00:00
f40ea986e9add a somewhat hackish script for automatic dependency testing
Felix Fietkau
2009-05-26 19:12:00 +00:00
f6079fbd4badd missing dependency
Felix Fietkau
2009-05-26 19:11:56 +00:00
f009acf9cdsplit stampfiles for STAGING_DIR and STAGING_DIR_HOST preparation
Felix Fietkau
2009-05-26 19:11:52 +00:00
504cde6229fixup sibyte rtc support
Imre Kaloz
2009-05-26 16:03:56 +00:00
fe98e8c7cdput the 4 ssl libraries into a ssl submenu (#5156)
Florian Fainelli
2009-05-26 15:04:50 +00:00
f797b4293aadd support for glibc-2.4 (#5213)
Florian Fainelli
2009-05-26 14:58:32 +00:00
d334c1e956stop build when an error occurs and when BUILDLOG is set (#5160)
Florian Fainelli
2009-05-26 14:18:05 +00:00
027d6ac4c5also include the SPI driver in the gw6x00 profile
Florian Fainelli
2009-05-26 11:15:27 +00:00
7e2361d46afix typo in the uci firewall script
Florian Fainelli
2009-05-26 10:51:01 +00:00
a94930dbbbinclude kmod-usb-storage and kmod-ipt-nathelper-extra for SIP connection tracking
Florian Fainelli
2009-05-26 10:25:55 +00:00
075a46c066updated led status on atm events (#2996)
Florian Fainelli
2009-05-26 09:32:28 +00:00
ae7afb7cdballow hotplug events to be triggered with the atm subsystem (#2996)
Florian Fainelli
2009-05-26 09:30:45 +00:00
ec662b9141allow ar7-atm annex a and b co-existence by symlinking firmwares
Florian Fainelli
2009-05-26 08:43:52 +00:00
f6e6a733f5add preliminary support for the WRT160NL
Gabor Juhos
2009-05-25 18:36:49 +00:00
1fe8e242f2create firmware image for the RouterStation Pro, and add a profile for it (patch by Ubiquiti Networks)
Gabor Juhos
2009-05-25 17:52:12 +00:00
db1d746463update board setup code of the RouterStation Pro (patch by Ubiquiti Networks)
Gabor Juhos
2009-05-25 17:31:05 +00:00
9221732114firmware-utils/mkfwimage: add support for RouterStation Pro (patch from Ubiquiti Networks)
Gabor Juhos
2009-05-25 17:18:21 +00:00
e7133da4aabusybox: update to v1.13.4 (closes: #4279)
Nicolas Thill
2009-05-25 17:15:39 +00:00
b90bd689a2create profile for the WRT400N board
Gabor Juhos
2009-05-25 16:55:17 +00:00
fa45acd690add the Tecom GW6x00 (6000 and 6200) board profile
Florian Fainelli
2009-05-25 16:14:13 +00:00