summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: share a common kernel config between the subtargetsGabor Juhos2012-04-293-403/+228
| | | | SVN-Revision: 31512
* adm5120: merge 3.3 patchesGabor Juhos2012-04-2938-1919/+223
| | | | SVN-Revision: 31511
* adm5120: remove 2.6.32 supportGabor Juhos2012-04-2919-1444/+0
| | | | SVN-Revision: 31510
* adm5120: switch to 3.3.3Gabor Juhos2012-04-291-1/+1
| | | | SVN-Revision: 31509
* adm5120: fix macronix bootloc patchGabor Juhos2012-04-291-2/+2
| | | | SVN-Revision: 31508
* ramips: rt305x: extract wifi eeprom and use the 8M template for the UR-336UNGabor Juhos2012-04-292-1/+2
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31507
* broadcom-diag: add missing break into switch case statement.Hauke Mehrtens2012-04-281-0/+2
| | | | SVN-Revision: 31506
* remove special treatment when using glibc - support got droppedMirko Vogt2012-04-282-4/+4
| | | | SVN-Revision: 31504
* purge support for glibc - use eglibc instead!Mirko Vogt2012-04-2820-426/+5
| | | | | | for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html SVN-Revision: 31503
* drop support for eglibc version trunk/HEADMirko Vogt2012-04-283-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | When selecting a specific eglibc version, it comes with a specific SVN revision that should not be modified as it (more or less) correspond to a tagged release. This patch disable the possibility to select a specific SVN revision on known eglib versions. This patch also disables the possibility to select the trunk branch of eglibc. There are multiple reasons for that: * trunk/HEAD may not even compile * the OpenWrt built system makes using trunk/HEAD a difficult thing, as OpenWRT fetches the source tree and store it in a compressed tar archive. Subsequent build get the source from the tar archive - not from SVN, making the use of trunk/HEAD largelly innefective. * we cannot know the corresponding version of trunk/HEAD, meaning that we'll face compiling issues when we'll try to copy the libc files - unless the build system is fixed with this specific issue in mind. Signed-off-by: Emmanuel Deloget <logout@free.fr> SVN-Revision: 31502
* set version string of eglibc version 2.14 to 2.14.1Mirko Vogt2012-04-281-1/+1
| | | | | | | | | | | | | | | | | | | eglibc version number depends on the branch and on the maintenance release (i.e. the SVN revision). Changing the revision may change the maintenance version. This patch correlate the SVN revision to the correct version number - without this change eglibc 2.14 provoke build errors when building the base-files package (example, for 2.14): $ make package/base-files/compile V=1 make[1] package/base-files/compile make[2] -C package/opkg host-compile make[2] -C package/base-files-network compile make[2] -C package/base-files compile cp: cannot stat `/home/me/openwrt/trunk/staging_dir/toolchain-arm_v7-a_gcc-4.6-linaro_eglibc-trunk_eabi/lib/ld-2.14.so': No such file or directory Signed-off-by: Emmanuel Deloget <logout@free.fr> SVN-Revision: 31501
* drop eglibc version 2.12Mirko Vogt2012-04-283-9/+0
| | | | SVN-Revision: 31500
* update/rename those packagesMirko Vogt2012-04-287-326/+616
| | | | | | | | | | | | | | | | | This patch makes several changes to the util-linux(-ng) package: * rename to util-linux (official name now, util-linux-ng got merged) * bump to last stable version 2.21.1 (was 2.13.0.1 before) * add several new packages * sort packages within Makefile * remove patches which got merged upstream This patch makes some changes to the e2fsprogs package: * bump to last stable version 1.42.2 * libraries moved from e2fsprogs to util-linux - take care of that Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31499
* adm8668: merge 3.3 fixesGabor Juhos2012-04-287-327/+43
| | | | SVN-Revision: 31497
* adm8668: nuke 2.6.36 supportGabor Juhos2012-04-284-139/+0
| | | | SVN-Revision: 31496
* adm8668: switch to 3.3Gabor Juhos2012-04-281-1/+1
| | | | SVN-Revision: 31495
* base-files: fix typo in 05_firstboot_skip script (#11359)Florian Fainelli2012-04-272-2/+2
| | | | SVN-Revision: 31492
* switch to gpio-keys-polledFlorian Fainelli2012-04-2716-42/+42
| | | | SVN-Revision: 31491
* fix kmod-pcmcia-serial for 3.3+ kernelsFlorian Fainelli2012-04-271-1/+5
| | | | SVN-Revision: 31490
* gcc: fix getenv() patches for 4.4.7 and 4.5-linaroJo-Philipp Wich2012-04-272-1/+15
| | | | SVN-Revision: 31489
* linux/3.3: yet another missing symbolGabor Juhos2012-04-271-0/+1
| | | | SVN-Revision: 31488
* build: fix bad file descriptor issues with the verbosity changesFelix Fietkau2012-04-261-1/+1
| | | | SVN-Revision: 31486
* cmake: add support for V=csFelix Fietkau2012-04-261-1/+3
| | | | SVN-Revision: 31485
* build: rework verbosity level selectionFelix Fietkau2012-04-264-21/+21
| | | | | | | | | | | | | V=99 and V=1 are now deprecated in favor of a new verbosity class system, though the old flags are still supported. You can set the V variable on the command line (or OPENWRT_VERBOSE in the environment) to one or more of the following characters: - s: stdout+stderr (equal to the old V=99) - c: commands (for build systems that suppress commands by default, e.g. kbuild) - w: warnings/errors only (equal to the old V=1) SVN-Revision: 31484
* brcm47xx: BCMA - Modified PCI CFG space accessHauke Mehrtens2012-04-251-0/+104
| | | | | | | | | | The existing code (prior to the patch) does an "ioremap_nocache" on a subset of a memory region that I think has already been mapped, and then un-maps that smaller region when it is finished. Thanks Nathan Hintz for the patch SVN-Revision: 31481
* adm8668: add support for 3.3Gabor Juhos2012-04-257-0/+451
| | | | SVN-Revision: 31480
* adm8668: build gzip compressed uImage for testingGabor Juhos2012-04-251-0/+19
| | | | SVN-Revision: 31479
* adm8668: use a suffix for initramfs imagesGabor Juhos2012-04-251-0/+10
| | | | SVN-Revision: 31478
* kernel: fix packaging of 8250.ko with Linux 3.x This commit fixes build ↵Jo-Philipp Wich2012-04-251-0/+8
| | | | | | breakage in package/kernel leading to missing subsequent kmods like kmod-usb-serial, this should fix the missing packages in ar71xx builds. SVN-Revision: 31477
* ar71xx: enable MIB counters in the built-in switch of the AR934xGabor Juhos2012-04-251-2/+11
| | | | SVN-Revision: 31476
* adm5120: remove 2.6.38 supportGabor Juhos2012-04-2522-1677/+0
| | | | SVN-Revision: 31475
* adm5120: add 3.3 supportGabor Juhos2012-04-2526-0/+2841
| | | | | | Partially based on the 3.1 patches by Hartmut Knaack <knaack.h [at] gmx.de> SVN-Revision: 31474
* linux/3.3: fix compiler warnings in the plat_nand driverGabor Juhos2012-04-251-3/+3
| | | | SVN-Revision: 31473
* adm5120: make 5GXi depends on CPU_LITTLE_ENDIANGabor Juhos2012-04-251-0/+1
| | | | SVN-Revision: 31472
* brcm47xx: A couple of other (inconsequential) BCMA patchesHauke Mehrtens2012-04-242-0/+30
| | | | | | | | Noticed these while reviewing the code. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31471
* brcm47xx: b44 fix workaround detection on some brcm47xx boardsHauke Mehrtens2012-04-241-16/+9
| | | | | | | | | | Because of api change of nvram_getenv, the workaround failed to detect the hardware. Based on patch by b.sander Fixes #11268. SVN-Revision: 31470
* re-enable shallow git clones ('--depth 1')Mirko Vogt2012-04-241-2/+2
| | | | SVN-Revision: 31469
* include revisions of feeds when listing themMirko Vogt2012-04-241-14/+37
| | | | SVN-Revision: 31467
* enable verbose output of kernel build if V=99 is passedMirko Vogt2012-04-241-0/+4
| | | | | | append V=1 to KERNEL_MAKEOPTS when $V (and therewith $KBUILD_VERBOSE) is set to 99 SVN-Revision: 31466
* bcm63xx: drop linux 3.2 supportJonas Gorski2012-04-2444-5120/+4
| | | | SVN-Revision: 31464
* bcm63xx: drop linux 3.0 supportJonas Gorski2012-04-2442-5087/+0
| | | | SVN-Revision: 31463
* bcm63xx: switch kernel to 3.3Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31462
* ar71xx: TL-WR741NDv4: add WLAN LED configGabor Juhos2012-04-241-0/+1
| | | | | | | | On TP-Link TL-WR741ND version 4, the WLAN LED must be configured to work. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 31461
* kernel: update linux 3.3 to 3.3.3Jonas Gorski2012-04-2417-30/+26
| | | | SVN-Revision: 31460
* kernel: update linux 3.2 to 3.2.16Jonas Gorski2012-04-2412-13/+13
| | | | SVN-Revision: 31459
* kernel: add some more missing kernel config symbolsJonas Gorski2012-04-243-3/+26
| | | | SVN-Revision: 31458
* remove old acx driverFlorian Fainelli2012-04-248-531/+0
| | | | SVN-Revision: 31456
* acx-mac80211: update to 20122204Florian Fainelli2012-04-243-12/+16
| | | | | | Upstream commit id: 15bbffea SVN-Revision: 31455
* enable NF_CONNTRACK_PROCFS for Linux 3.3, required for ↵Jo-Philipp Wich2012-04-241-1/+1
| | | | | | /proc/net/nf_conntrack (#11339) SVN-Revision: 31454
* mac80211: update AP multicast fix to latest version submitted to linux-wireless@Felix Fietkau2012-04-233-10/+42
| | | | SVN-Revision: 31453