aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* x86: restore config-default, it is needed for 2.6.39Gabor Juhos2012-04-231-0/+379
| | | | | | Reported-by: Thomas Heil <heil@terminal-consulting.de> SVN-Revision: 31452
* ramips: rt305x: add support for the UR-336UN boardGabor Juhos2012-04-2311-0/+139
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31451
* ramips: rt305x: add support for the Asus WL-330N3G boardGabor Juhos2012-04-2310-1/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the ASUS WL-330N3G Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led. The bi-color led is driven by 2 gpio. I don't know how to handle this, so I simply made 2 leds : one red, one blue. But the red light takes precedence over the blue one according to the chart below. r = led is red b = led is blue 0 = led is off xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness initial state action led gpio state r0 b0 r0->r1 r r0 b0 r0 b0 b0->b1 b r0 b1 r1 b0 r1->r0 0 r0 b0 r1 b0 b0->b1 r r1 *b1* r1 b1 r1->r0 b r0 b1 r1 b1 b1->b0 r r1 b0 r0 b1 r0->r1 r r1 *b1* r0 b1 b1->b0 0 r0 r0 Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31450
* ensure that profile Makefiles are sourced in alphabetical order Since make ↵Jo-Philipp Wich2012-04-231-3/+3
| | | | | | 3.82 does not guarantee file ordering anymore, target profiles might get included in random order, leading to bad default values when only selecting the toplevel target and populating the .config with defconfig. This commit should also fix the ar71xx snapshot builds. SVN-Revision: 31449
* switch to 3.3Florian Fainelli2012-04-231-1/+1
| | | | SVN-Revision: 31448
* add support for 3.3Florian Fainelli2012-04-231-0/+14
| | | | SVN-Revision: 31447
* switch to 3.3.2Florian Fainelli2012-04-231-1/+1
| | | | SVN-Revision: 31446
* add 3.3 supportFlorian Fainelli2012-04-233-0/+18
| | | | SVN-Revision: 31445
* 6to4: follow RFC 6598 and consider 100.61.0.0/10 a private range (#11323)Jo-Philipp Wich2012-04-233-3/+11
| | | | SVN-Revision: 31444
* Adding wifi eeprom extract for ARV752DPW - Easybox 802John Crispin2012-04-231-1/+1
| | | | | | Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com> SVN-Revision: 31443
* scanning kernel packages for targetsJohn Crispin2012-04-231-1/+1
| | | | | | | | | Any modifications in target/linux/*/modules.mk would not come into effect for subsequent "make menuconfig" unless we delete ./tmp. Signed-off-by: kalyan <kalyanatejaswi@gmail.com> SVN-Revision: 31442
* ar8216: enable forwarding of multicast frames to the cpu port on ar8327 ↵Felix Fietkau2012-04-221-0/+1
| | | | | | (thx, SeG) SVN-Revision: 31441