aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes #31068, rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patchJohn Crispin2012-03-251-0/+0
| | | | SVN-Revision: 31071
* Pulse dialing support into pjsip.John Crispin2012-03-251-0/+34
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31070
* adds ARV4519PW/ARV7519PWJohn Crispin2012-03-254-1/+53
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31069
* adds eeprom endianess check to ath9kJohn Crispin2012-03-251-0/+48
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 31068
* adds ath5k platfrom_device eep supportJohn Crispin2012-03-252-0/+67
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31067
* unbreak dsl firmware loadingJohn Crispin2012-03-251-2/+8
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31066
* fix for 3.2.9John Crispin2012-03-254-12/+30
| | | | SVN-Revision: 31065
* cleanup atheros wifi handlingJohn Crispin2012-03-254-4/+139
| | | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31064
* cleanup image makefileJohn Crispin2012-03-251-174/+44
| | | | SVN-Revision: 31063
* update /etc/uci-defaults/*John Crispin2012-03-252-101/+53
| | | | SVN-Revision: 31062
* update profilesJohn Crispin2012-03-252-6/+17
| | | | SVN-Revision: 31061
* bump kernel to 3.2.12John Crispin2012-03-25135-2275/+30640
| | | | SVN-Revision: 31060
* tools: fix GNU stat detection to prevent it from picking up other things ↵Felix Fietkau2012-03-231-1/+10
| | | | | | named "gstat" (see #4571) SVN-Revision: 31059
* dnsmasq: add missing config_get, localize variables, bump package revisionJo-Philipp Wich2012-03-232-2/+4
| | | | SVN-Revision: 31058
* dnsmasq: add mx record supportJo-Philipp Wich2012-03-231-0/+16
| | | | | | | | | | | | | | | | | 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> SVN-Revision: 31057
* dnsmasq: add keywords for SRV RR class/weightJo-Philipp Wich2012-03-231-2/+5
| | | | | | | | | | | | | | 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> SVN-Revision: 31056
* fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433John Crispin2012-03-221-2/+2
| | | | SVN-Revision: 31054
* iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161)Jo-Philipp Wich2012-03-212-2/+3
| | | | SVN-Revision: 31053
* Disable keyboard for x86 default config - revoke patch 30966Jens Muecke2012-03-211-3/+0
| | | | | | This was already fixed by commit 30309 and is part of generic x86 target. SVN-Revision: 31052
* block-mount: add missing chunk of previous commitJo-Philipp Wich2012-03-211-1/+1
| | | | SVN-Revision: 31050
* block-mount: invoke blkid without cache file, this seems to fix mounts by ↵Jo-Philipp Wich2012-03-211-2/+2
| | | | | | uuid or label SVN-Revision: 31049
* linux: refresh patches against 3.3Gabor Juhos2012-03-205-8/+8
| | | | SVN-Revision: 31047
* add md5sum for linux-3.3Gabor Juhos2012-03-201-0/+3
| | | | SVN-Revision: 31046
* linux/3.{2,3}: yet another missing NET_VENDOR symbolGabor Juhos2012-03-202-0/+2
| | | | SVN-Revision: 31045
* ar71xx: fix IRQ number for the AR7240 OHCI controllerGabor Juhos2012-03-204-2/+24
| | | | SVN-Revision: 31044
* base-files: split service related functions off to /lib/functions/service.shFelix Fietkau2012-03-204-129/+133
| | | | SVN-Revision: 31042
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵Felix Fietkau2012-03-2011-313/+324
| | | | | | file to the pppd package SVN-Revision: 31041
* kernel: add kmod-acpi-buttonJo-Philipp Wich2012-03-191-1/+16
| | | | SVN-Revision: 31037
* 6in4: add netifd supportFelix Fietkau2012-03-195-103/+279
| | | | SVN-Revision: 31036
* netifd: update to latest version, fixes log buffer handling issues, dns ↵Felix Fietkau2012-03-191-2/+2
| | | | | | issues and various sit tunnel related issues SVN-Revision: 31035
* 6to4: fix interface error handlingFelix Fietkau2012-03-191-4/+4
| | | | SVN-Revision: 31034
* netifd: scan l3 devices on find_config()Felix Fietkau2012-03-191-1/+2
| | | | SVN-Revision: 31033
* netifd: shut down all interfaces before restarting netifdFelix Fietkau2012-03-191-0/+7
| | | | SVN-Revision: 31032
* kernel: fix stripping of modules with duplicate symbol namesFelix Fietkau2012-03-191-1/+2
| | | | SVN-Revision: 31031
* base-files: gracefully handle empty variables in preinit (#11155)Jo-Philipp Wich2012-03-191-6/+6
| | | | SVN-Revision: 31030
* kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and ↵Jo-Philipp Wich2012-03-192-0/+2
| | | | | | kmod-ata-sis SVN-Revision: 31029
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-1917-22/+22
| | | | SVN-Revision: 31028
* ar71xx: disable unused file system drivers in the nand subtargetGabor Juhos2012-03-191-0/+5
| | | | SVN-Revision: 31027
* ar71xx: sync kernel configsGabor Juhos2012-03-192-7/+8
| | | | SVN-Revision: 31026
* ar71xx: add initial support for RB750GLGabor Juhos2012-03-196-0/+180
| | | | SVN-Revision: 31025
* ar71xx: make rb750_latch_change 'static void'Gabor Juhos2012-03-192-15/+3
| | | | SVN-Revision: 31024
* ar71xx: add latch_change field to rb750_led_platform_dataGabor Juhos2012-03-193-7/+9
| | | | SVN-Revision: 31023
* ar71xx: add platform data for the RB750 NAND driverGabor Juhos2012-03-193-26/+55
| | | | SVN-Revision: 31022
* madwifi: remove my maintainer line from the packageFelix Fietkau2012-03-191-1/+0
| | | | SVN-Revision: 31021
* upgrade to 3.2, disable ppp by default until we figure out why ppp_generic ↵Imre Kaloz2012-03-192-2/+15
| | | | | | breaks bootup SVN-Revision: 31020
* add missing Kconfig symbolsImre Kaloz2012-03-192-1/+4
| | | | SVN-Revision: 31019
* ar71xx: use a different pll value on DB120Gabor Juhos2012-03-192-2/+4
| | | | SVN-Revision: 31018
* ar71xx: add AR934x specific interface speed setup for ge0Gabor Juhos2012-03-193-12/+33
| | | | SVN-Revision: 31017
* ar71xx: remove static MTD maps from AP121/DB120 boardsGabor Juhos2012-03-194-262/+22
| | | | SVN-Revision: 31016
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainedFelix Fietkau2012-03-1916-25/+24
| | | | SVN-Revision: 31015