aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ImageBuilder: respect the PROFILE parameterGabor Juhos2012-01-241-4/+5
| | | | | | Based on a patch from #10766 SVN-Revision: 29877
* hostapd: merge an upstream workaround for broken clients sending the wrong ↵Felix Fietkau2012-01-243-3/+21
| | | | | | wpa type (should fix #9561) SVN-Revision: 29876
* ramips: scripts updatesGabor Juhos2012-01-236-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | In this patch: * rename Argus leds to avoid underscores * rename Belkin F5D8235 v1 leds from f5d8234 to f5d8235 * remove Belkin F5D8235 v1 status led defined as storage led (it was defined as usb led earlier, just in wrong place) - it should have router led as in v2 * add Argus, Sparklan and Belkin F5D8235 v2 status leds * add Belkin F5D8235 v1 and v2 usb leds * fix Belkin F5D8235 v2 network config generation and mac address axtraction * fix Sparklan board identification * add Sparklan usb led (this board doesn't have usb connector by default and the led is hidden also but if you are going to solder the connector then you'll see the led too) * add Sparklan network config generation and mac address extraction * fix empty string test in network script and... * ...sort case entries by the first board in the list Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29871
* ar71xx: 3.2: fix build errors if PCI is not enabledGabor Juhos2012-01-232-1/+19
| | | | SVN-Revision: 29870
* ar71xx: fix compiler warning if PCI is not enabledGabor Juhos2012-01-231-1/+1
| | | | SVN-Revision: 29869
* ar71xx: add initial support for 3.2Gabor Juhos2012-01-22200-0/+25484
| | | | | | | | | | | | | | | Tested on the following boards: ALFA AP96 TL-MR3220 v1 TL-WR1043ND v1 TL-WR2543ND v1 TL-WR703N v1 TL-WR741ND v1 TL-WR741ND v4 WNDR3700 v1 WZR-HP-G300NH SVN-Revision: 29868
* ar71xx: move arch specific files to files-2.6.39Gabor Juhos2012-01-22121-0/+0
| | | | SVN-Revision: 29867
* ar71xx: build ALFA AP96 images with default profile as wellGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29866
* base-files: add a uci-defaults script which will migrate the root password ↵Jo-Philipp Wich2012-01-222-1/+13
| | | | | | to /etc/shadow if needed SVN-Revision: 29865
* netifd: update to latest version, add some more status info and rework shell ↵Felix Fietkau2012-01-221-2/+2
| | | | | | proto handler support SVN-Revision: 29864
* netifd: always issue a reload on ifup, not just for -aFelix Fietkau2012-01-221-1/+1
| | | | SVN-Revision: 29863
* base-files: the initial hotplug2 instance sometimes misses a few relevant ↵Felix Fietkau2012-01-221-0/+1
| | | | | | events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this SVN-Revision: 29862
* package/kernel: add ATH79 symbols for OHCI/EHCI driversGabor Juhos2012-01-221-0/+2
| | | | SVN-Revision: 29861
* generic: 3.2: allow to build myloader mtd parser for ATH79Gabor Juhos2012-01-221-1/+1
| | | | SVN-Revision: 29860
* generic: allow to build myloader mtd parser for 3.2+Gabor Juhos2012-01-221-3/+11
| | | | SVN-Revision: 29858
* ramips fix f5d8235-v1 diag LED supportGabor Juhos2012-01-221-1/+1
| | | | SVN-Revision: 29857
* ar71xx: wrt160nl_part: include module.h and fix compiler warningsGabor Juhos2012-01-221-3/+8
| | | | SVN-Revision: 29856
* ar71xx: tplinkpart: include module.hGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29855
* ar71xx: rename vsc7385 spi driverGabor Juhos2012-01-223-3/+3
| | | | SVN-Revision: 29853
* ar71xx: rename ap81 spi driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29852
* ar71xx: rename rb4xx spi driversGabor Juhos2012-01-225-3/+3
| | | | SVN-Revision: 29851
* ar71xx: rename the nxp_74hc153 driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29850
* ar71xx: change board id of the UniFi boardGabor Juhos2012-01-222-2/+2
| | | | SVN-Revision: 29849
* ar71xx: include linux/module.h in the micrel phy driverGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29848
* ramips: add sysled and sysupgrade to wr512-3gnGabor Juhos2012-01-222-1/+5
| | | | | | Patch from #10035. SVN-Revision: 29847
* generic: 3.2: don't disable lockdep for OOT modulesGabor Juhos2012-01-222-0/+95
| | | | SVN-Revision: 29846
* generic: rtl8366: add rtl8366_smi_write_reg_noack helperGabor Juhos2012-01-214-6/+28
| | | | | | | | | After issuing a soft reset on the RT8366{S,RB} switch, waiting for the last acknowlegement fails in rtl8366_smi_write_reg. Add a _noack version of the function and use that for issuing a soft reset. SVN-Revision: 29844
* brcm47xx: add support for pcie host controller on bcma based SoCs.Hauke Mehrtens2012-01-2112-18/+3927
| | | | | | This also adds minimal support for the BCMA43224 pcie wireless card. SVN-Revision: 29843
* eglibc 2.14 needs our eglibc patchset as wellMirko Vogt2012-01-213-0/+114
| | | | SVN-Revision: 29842
* libtool: fix accidental sed invocation in libtoolizeJo-Philipp Wich2012-01-212-5/+9
| | | | SVN-Revision: 29839
* trying to make README file a bit more helpfulMirko Vogt2012-01-211-6/+14
| | | | SVN-Revision: 29837
* adjust md5sum of v2.21.1 since archive got replaced meanwhileMirko Vogt2012-01-201-1/+1
| | | | SVN-Revision: 29836
* autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting ↵Jo-Philipp Wich2012-01-201-1/+1
| | | | | | this SVN-Revision: 29835
* quilt: some more relocatable fixes for quilt-internal scriptsJo-Philipp Wich2012-01-201-0/+63
| | | | SVN-Revision: 29834
* openssl: update to v1.0.0g (CVE-2012-0050)Jo-Philipp Wich2012-01-201-2/+2
| | | | SVN-Revision: 29832
* bison: make yacc wrapper relocatableJo-Philipp Wich2012-01-201-0/+20
| | | | SVN-Revision: 29831
* autoconf: make bin/autoconf relocatable as wellJo-Philipp Wich2012-01-201-0/+15
| | | | SVN-Revision: 29830
* quilt: make relocatable, search resources relative to STAGING_DIRJo-Philipp Wich2012-01-202-0/+20
| | | | SVN-Revision: 29829
* automake: further relocation fixesJo-Philipp Wich2012-01-202-1/+12
| | | | SVN-Revision: 29828
* autoconf: further relocation fixesJo-Philipp Wich2012-01-201-4/+43
| | | | SVN-Revision: 29827
* libtool: make relocatable, search resources relative to STAGING_DIRJo-Philipp Wich2012-01-201-0/+92
| | | | SVN-Revision: 29826
* ramips: sysupgrade for ESR-9753Gabor Juhos2012-01-201-0/+1
| | | | | | | | This patch add sysupgrade for Engenius ESR-9753 Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29824
* autoconf: make relocatable by searching resources relative to STAGING_DIRJo-Philipp Wich2012-01-202-1/+101
| | | | SVN-Revision: 29821
* automake: make relocatable by searching resources relative to STAGING_DIRJo-Philipp Wich2012-01-201-0/+35
| | | | SVN-Revision: 29820
* kernel: fix OCF for linux 3.2Jonas Gorski2012-01-199-11/+20
| | | | | | Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
* base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to ↵Jo-Philipp Wich2012-01-192-2/+1
| | | | | | hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> SVN-Revision: 29806
* abort built in prereq target if there is no site config file for the current ↵Jo-Philipp Wich2012-01-191-0/+6
| | | | | | target SVN-Revision: 29798
* package: kernel: fix files for blowfish and pcimcia-rsrcJonas Gorski2012-01-192-3/+4
| | | | | | Based on a patch from Philip Prindeville. SVN-Revision: 29797
* site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, ↵Jo-Philipp Wich2012-01-192-0/+10
| | | | | | used by CodeSourcery toolchain SVN-Revision: 29794
* add missing kernel symbolsJo-Philipp Wich2012-01-192-0/+2
| | | | SVN-Revision: 29790