aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add a top level menuconfig option for enabling core dump supportFelix Fietkau2011-11-041-0/+4
| | | | SVN-Revision: 28744
* netifd: start wifi at bootFelix Fietkau2011-11-031-0/+4
| | | | SVN-Revision: 28738
* netifd: update to latest version, fix redundant ifdown hotplug eventsFelix Fietkau2011-11-031-2/+2
| | | | SVN-Revision: 28737
* openssl: refresh patchesFelix Fietkau2011-11-035-20/+20
| | | | SVN-Revision: 28736
* openssl: update to 1.0.0e (patch by tripolar)Felix Fietkau2011-11-031-2/+2
| | | | SVN-Revision: 28735
* kernel: merge regression fixes for the netfilter patches to the 3.1 kernel ↵Felix Fietkau2011-11-033-9/+12
| | | | | | patches (patch by tripolar) SVN-Revision: 28734
* base-files: load modules early, run wifi detect afterwards and only then ↵Felix Fietkau2011-11-032-11/+12
| | | | | | | | process uci defaults this allows uci-defaults scripts to override wifi settings SVN-Revision: 28733
* base-files: add some more protected services to sysupgrade kill blacklistJo-Philipp Wich2011-11-032-2/+2
| | | | SVN-Revision: 28732
* qos-scripts: only use the lower 8 bits for firewall marks, allows ↵Jo-Philipp Wich2011-11-033-11/+11
| | | | | | coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) SVN-Revision: 28731
* lantiq: remove obseleted folder. we use 3.1 nowJohn Crispin2011-11-031-13/+0
| | | | SVN-Revision: 28728
* package/busybox: update to 1.19.3Nicolas Thill2011-11-0312-222/+26
| | | | SVN-Revision: 28725
* modules: fixes ko files that were renamed in 3.1John Crispin2011-11-032-0/+15
| | | | SVN-Revision: 28724
* ltq-dsl: fixes driver for targets other than danubeJohn Crispin2011-11-033-5/+10
| | | | SVN-Revision: 28723
* ltq-vmmc: should be available for falcon and danube onlyJohn Crispin2011-11-031-1/+1
| | | | SVN-Revision: 28722
* lantiq: bump to 3.1John Crispin2011-11-03113-47364/+1072
| | | | SVN-Revision: 28721
* package/dropbear: fix segfault with remote port forwarding (closes: #10339)Nicolas Thill2011-11-032-1/+41
| | | | SVN-Revision: 28718
* block-mount: Fixed module loading (double cat is wrong)Daniel Dickinson2011-11-021-1/+1
| | | | SVN-Revision: 28717
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)Felix Fietkau2011-11-011-3/+3
| | | | SVN-Revision: 28713
* netifd: update to latest version, fixes handling of hotplug devices (for wifi)Felix Fietkau2011-11-011-2/+2
| | | | SVN-Revision: 28712
* mac80211: update to wireless-testing 2011-11-01Felix Fietkau2011-11-0113-10646/+93
| | | | SVN-Revision: 28711
* iw: fix setting txpower (#10254)Felix Fietkau2011-11-011-0/+11
| | | | SVN-Revision: 28710
* ar71xx: add missing AR71XX_MACH_TL_WR741ND_V4Gabor Juhos2011-11-011-0/+1
| | | | SVN-Revision: 28709
* ar71xx: build image for the TL-WR741ND v4 boardGabor Juhos2011-11-011-0/+6
| | | | SVN-Revision: 28708
* firmware-utils/mktplinkfw: add TL-WR741ND v4Gabor Juhos2011-11-011-0/+9
| | | | SVN-Revision: 28707
* ar71xx: add initial support for the TL-WR741ND v4 boardGabor Juhos2011-11-019-1/+197
| | | | | | The ethernet port LEDs are not working yet. SVN-Revision: 28706
* ar71xx: add AR933X GMAC register definesGabor Juhos2011-11-011-0/+19
| | | | SVN-Revision: 28705
* ar71xx: combine LEDs setup in one fileGabor Juhos2011-11-0113-305/+144
| | | | SVN-Revision: 28704
* ar71xx: unify LED names on Planex boardsGabor Juhos2011-11-014-16/+14
| | | | SVN-Revision: 28703
* ar71xx: unify LED names on Buffalo boardsGabor Juhos2011-11-015-17/+15
| | | | SVN-Revision: 28702
* ar71xx: unify LED names on TP-Link boardsGabor Juhos2011-11-0112-47/+36
| | | | SVN-Revision: 28701
* ar71xx/all0258n: sysupgrade supportGabor Juhos2011-11-012-0/+168
| | | | | | | | | | | | U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be stored in the U-Boot environment. If the checksums don't match during boot, a failsafe-system is booted instead. This patch adds a board-specific sysupgrade hack for the all0258n which calculates and updates the checksums for the U-Boot environment. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28700
* ar71xx/all0258n: add default configGabor Juhos2011-11-012-0/+17
| | | | | | | | This adds default network and uboot-env settings for the ALL0258N. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28699
* package/uboot-envtools: make fw_setenv symlink optionalGabor Juhos2011-11-011-2/+9
| | | | | | | | | | Make the creation of the fw_set-symlink optional, so it can be disabled in user-builds so only people who know what they are doing will mess with uboot-env. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28698
* package/uboot-envtools: generate config-file from UCIGabor Juhos2011-11-012-1/+30
| | | | | | | | | This adds an init-script for generating /etc/fw_env.config from UCI in case it doesn't exist yet. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28697
* package/uboot-envtools: remove runtime dependency of zlibGabor Juhos2011-11-011-2/+2
| | | | | | | | | | | | | zlib is a build-dependency, but in runtime zlib is not required, see: root@OpenWrt:/# ldd /usr/sbin/fw_printenv libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2abb2000) libc.so.0 => /lib/libc.so.0 (0x2abd4000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2ab9a000) Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28696
* ar71xx: remove default network config of the mzk-w04nu board as wellGabor Juhos2011-11-011-16/+0
| | | | | | It works with the generic config. SVN-Revision: 28695
* ar71xx: remove LED setup of nonexistent interfaces on RB750Gabor Juhos2011-10-311-24/+0
| | | | SVN-Revision: 28693
* ar71xx: remove default network config of the wnr2000 boardGabor Juhos2011-10-311-16/+0
| | | | | | It is the same as the generic configuration. SVN-Revision: 28692
* .gitignore: Ignore Emacs editor generated filesVasilis Tsiligiannis2011-10-311-0/+4
| | | | SVN-Revision: 28690
* rt305x: Create factory image for Fonera 2.0nVasilis Tsiligiannis2011-10-311-1/+8
| | | | SVN-Revision: 28689
* Add firmware tool for generating factory images for Edimax devicesVasilis Tsiligiannis2011-10-302-1/+261
| | | | SVN-Revision: 28688
* omap24xx: Default to linux-3.1Michael Büsch2011-10-301-1/+1
| | | | SVN-Revision: 28687
* omap24xx: Fix n810 LCD initializationMichael Büsch2011-10-304-21/+75
| | | | SVN-Revision: 28685
* omap24xx: Fix n810 bootMichael Büsch2011-10-308-206/+184
| | | | SVN-Revision: 28683
* base-files: fix typoJo-Philipp Wich2011-10-301-1/+1
| | | | SVN-Revision: 28681
* ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a ↵Gabor Juhos2011-10-301-2/+2
| | | | | | | | | | | 32-bit value Aparently $magic_long was meant here instead of $magic when comparing with 32-bit values. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28678
* omap24xx: Refresh 3.1 configMichael Büsch2011-10-291-0/+1
| | | | SVN-Revision: 28677
* omap24xx: Refresh 3.1 patchesMichael Büsch2011-10-2919-207/+233
| | | | SVN-Revision: 28676
* Fix tusb patchMichael Büsch2011-10-291-12/+0
| | | | SVN-Revision: 28675
* omap24xx: Fix MUSB compileMichael Büsch2011-10-292-32/+62
| | | | SVN-Revision: 28674