summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* base-files: properly handle wifi ifaces with no network attached, useful for ↵Jo-Philipp Wich2011-11-082-4/+6
| | | | | | unmanaged interfaces like used for batman or monitoring SVN-Revision: 28860
* hostapd: add code to prevent accidentally bridging non-wds sta mode interfacesJo-Philipp Wich2011-11-081-0/+9
| | | | SVN-Revision: 28858
* package/base-files: move /etc/functions.sh to /lib/functions.shNicolas Thill2011-11-083-321/+322
| | | | SVN-Revision: 28857
* include/kernel.mk: enhance built-in/missing modules detection when packaging ↵Nicolas Thill2011-11-081-1/+4
| | | | | | kmods SVN-Revision: 28856
* netifd: fix compile error when both libnl and libnl-tiny are builtFelix Fietkau2011-11-081-2/+2
| | | | SVN-Revision: 28854
* ar71xx: remove dead codeFelix Fietkau2011-11-081-15/+0
| | | | SVN-Revision: 28851
* ar71xx: on ar7240, exclude ports from their own port vlan destination maskFelix Fietkau2011-11-081-2/+1
| | | | SVN-Revision: 28850
* busybox: use bash for gen_build_files.sh to avoid printf argument list ↵Felix Fietkau2011-11-081-0/+8
| | | | | | issues on some systems SVN-Revision: 28849
* kernel: add a top level menuconfig option for enabling lockdepFelix Fietkau2011-11-0810-0/+24
| | | | SVN-Revision: 28848
* package/uhttpd: use new service wrapperNicolas Thill2011-11-072-11/+9
| | | | SVN-Revision: 28841
* package/ubus: use new service wrapperNicolas Thill2011-11-071-3/+6
| | | | SVN-Revision: 28840
* package/netifd: use new service wrapperNicolas Thill2011-11-071-8/+9
| | | | SVN-Revision: 28839
* package/dropbear: use new service wrapperNicolas Thill2011-11-072-13/+19
| | | | SVN-Revision: 28838
* package/dnsmasq: use new service wrapperNicolas Thill2011-11-072-7/+10
| | | | SVN-Revision: 28837
* package/busybox: use new service wrapperNicolas Thill2011-11-073-8/+9
| | | | SVN-Revision: 28836
* package/base-files: use new service wrapperNicolas Thill2011-11-074-24/+26
| | | | SVN-Revision: 28835
* package/base-files: /etc/rc.common: add service wrapper around start-stop-daemonNicolas Thill2011-11-071-1/+83
| | | | SVN-Revision: 28834
* ar71xx: create TL-WA901ND network config from uci-defaultsGabor Juhos2011-11-072-16/+5
| | | | SVN-Revision: 28833
* ar71xx: create ALL0258N network config from uci-defaultsGabor Juhos2011-11-072-12/+4
| | | | SVN-Revision: 28832
* ar71xx: create NBG{460N,550N,550NH} network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28831
* ar71xx: create WZR-HP-G300NH network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28830
* ar71xx: create RB-493G network config from uci-defaultsGabor Juhos2011-11-072-41/+9
| | | | SVN-Revision: 28829
* ar71xx: create TL-WR1043ND network config from uci-defaultsGabor Juhos2011-11-072-31/+7
| | | | SVN-Revision: 28828
* ar71xx: create WRT160NL network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28827
* ar71xx: create PB92 network config from uci-defaultsGabor Juhos2011-11-072-31/+7
| | | | SVN-Revision: 28826
* ar71xx: create DIR-825-B1 network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28825
* ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaultsGabor Juhos2011-11-073-40/+17
| | | | SVN-Revision: 28824
* ar71xx: create RB-450 network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28823
* ar71xx: create RB-450G, RouterStation Pro network config from uci-defaultsGabor Juhos2011-11-073-52/+7
| | | | SVN-Revision: 28822
* ar71xx: create RB-433{,U} network config from uci defaultsGabor Juhos2011-11-073-52/+7
| | | | SVN-Revision: 28821
* ar71xx: create even more network configs from the uci-defaults scriptGabor Juhos2011-11-0717-394/+45
| | | | | | | | Create the default network configuration dynamically for the AR724x/AR9331 boards. Some other boards are using the same configuration, so convert those as well. SVN-Revision: 28820
* ar71xx: create more network configs from the uci-defaults scriptGabor Juhos2011-11-076-80/+8
| | | | | | | Create the default network configuration dynamically for the boards with swapped eth0, eth1 interfaces. SVN-Revision: 28819
* ar71xx: create a bunch of network configs from the uci-defaults scriptGabor Juhos2011-11-078-83/+10
| | | | | | | Create the default network configuration dynamically for the boards with a single ethernet interface. SVN-Revision: 28818
* ar71xx: create generic network config from an uci-defaults scriptGabor Juhos2011-11-073-17/+66
| | | | SVN-Revision: 28817
* ar71xx: remove AP81 defconfig, it is the same as the generic configGabor Juhos2011-11-071-16/+0
| | | | SVN-Revision: 28816
* ar71xx: change generated Buffalo firmware versionsGabor Juhos2011-11-071-4/+4
| | | | | | | | | With version 1.76 the upgrade may fail with newer Buffalo firmwares with a message like this: "You can not update the firmware because the firmware version is earlier than 1.82. Please use 1.82 or later version for firmware update." SVN-Revision: 28815
* update 3.1 patchesImre Kaloz2011-11-074-55/+10
| | | | SVN-Revision: 28814
* update arm mach-typesImre Kaloz2011-11-071-6/+253
| | | | SVN-Revision: 28813
* ar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boardsGabor Juhos2011-11-071-0/+2
| | | | SVN-Revision: 28812
* ar71xx: wrap long lines in the upgrade scriptGabor Juhos2011-11-071-6/+45
| | | | SVN-Revision: 28811
* ar71xx: fix WHR-HP-G300N firmware partition offsetGabor Juhos2011-11-071-1/+1
| | | | SVN-Revision: 28810
* ath9k: fix LED related crashes on AR913xFelix Fietkau2011-11-071-0/+30
| | | | SVN-Revision: 28809
* carl9170: add dependency on kmod-input-coreFelix Fietkau2011-11-071-1/+1
| | | | SVN-Revision: 28808
* ar71xx: add default network configuration for the WHR-HP-GNGabor Juhos2011-11-071-0/+24
| | | | SVN-Revision: 28807
* ar71xx: build image for the Buffalo WHR-HP-GNGabor Juhos2011-11-072-0/+18
| | | | SVN-Revision: 28806
* ar71xx: add support for the Buffalo WHR-HP-GN boardGabor Juhos2011-11-074-0/+8
| | | | SVN-Revision: 28805
* ar71xx: build image for the Buffalo WHR-G301NGabor Juhos2011-11-072-0/+18
| | | | SVN-Revision: 28804
* ar71xx: add support for the Buffalo WHR-G301N boardGabor Juhos2011-11-075-0/+32
| | | | SVN-Revision: 28803
* ar71xx: fix WHR-HP-G300N image generationGabor Juhos2011-11-071-3/+4
| | | | SVN-Revision: 28802
* ar71xx: enable WHR-HP-G300N support in kernel configGabor Juhos2011-11-071-1/+1
| | | | SVN-Revision: 28801