summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-27mac80211: modify mac80211.sh to in order to support IBSS-RSNnbd
Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27madwifi: modify madwifi.sh to support IBSS WPA-NONEnbd
Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27wpa_supplicant: use wext driver for hostap and madwifinbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27hostapd: update to 20120326nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-26netifd: update to 2012-03-23, fixes route/address tracking issues and adds ↵nbd
more status info git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-26[toolchain/uClibc] backport upstream fix for dst computationflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-26tools: fix stat symlink if destination already existsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31072 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[mac80211] fixes #31068, rename 999-ath9k.patch to ↵blogic
501-ath9k-eeprom_endianess.patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[pjsip] Pulse dialing support into pjsip.blogic
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[uboot-lantiq] adds ARV4519PW/ARV7519PWblogic
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[mac80211] adds eeprom endianess check to ath9kblogic
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[mac80211] adds ath5k platfrom_device eep supportblogic
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[ltq-dsl] unbreak dsl firmware loadingblogic
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[ltq-dsl] fix for 3.2.9blogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[lantiq] cleanup atheros wifi handlingblogic
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[lantiq] cleanup image makefileblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[lantiq] update /etc/uci-defaults/*blogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[lantiq] update profilesblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25[lantiq] bump kernel to 3.2.12blogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23tools: fix GNU stat detection to prevent it from picking up other things ↵nbd
named "gstat" (see #4571) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23[package] dnsmasq: add missing config_get, localize variables, bump package ↵jow
revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23dnsmasq: add mx record supportjow
Adding the following syntax support: config mxhost option domain mydomain.com option relay svr10.ironport.com option pref 50 and this will generate an MX record for mydomain.com pointing at the relay with a given preference. Redux: default the preference to 0 if absent. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23dnsmasq: add keywords for SRV RR class/weightjow
The SRV record also requires the class and weight fields... Currently you can overload the "port" keyword as: option port xxxx,class,weight but this is counter-intuitive. Here we fix this. Redux: make the port required. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-22[ar8216] fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433blogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31054 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21[package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm ↵jow
values (#11161) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21Disable keyboard for x86 default config - revoke patch 30966 ryd
This was already fixed by commit 30309 and is part of generic x86 target. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21[package] block-mount: add missing chunk of previous commitjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21[package] block-mount: invoke blkid without cache file, this seems to fix ↵jow
mounts by uuid or label git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20linux: refresh patches against 3.3juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20add md5sum for linux-3.3juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20linux/3.{2,3}: yet another missing NET_VENDOR symboljuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20ar71xx: fix IRQ number for the AR7240 OHCI controllerjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20base-files: split service related functions off to /lib/functions/service.shnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵nbd
file to the pppd package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19[package] kernel: add kmod-acpi-buttonjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-196in4: add netifd supportnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19netifd: update to latest version, fixes log buffer handling issues, dns ↵nbd
issues and various sit tunnel related issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-196to4: fix interface error handlingnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19netifd: scan l3 devices on find_config()nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19netifd: shut down all interfaces before restarting netifdnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19kernel: fix stripping of modules with duplicate symbol namesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19[rdc] base-files: gracefully handle empty variables in preinit (#11155)jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19[package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm ↵jow
and kmod-ata-sis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31029 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19kernel: update linux 3.2 to 3.2.12juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19ar71xx: disable unused file system drivers in the nand subtargetjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19ar71xx: sync kernel configsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19ar71xx: add initial support for RB750GLjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19ar71xx: make rb750_latch_change 'static void'juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19ar71xx: add latch_change field to rb750_led_platform_datajuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19ar71xx: add platform data for the RB750 NAND driverjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31022 3c298f89-4303-0410-b956-a3cf2f4a3e73