aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [package] util-linux: fix typoLuka Perkov2012-06-051-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add permission exceptions, do not clobber shadow ↵Jo-Philipp Wich2012-06-052-1/+5
| | | | | | permissions - based on patch by Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-vmmc] remove bogus patchJohn Crispin2012-06-051-192/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [wprobe/ipfix] rename libmisc.a to libipfixmisc.aJohn Crispin2012-06-053-2/+29
| | | | | | | libmisc.a is too generic to be globally staged. It was clashing with xinetd builds. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] clean up generic image buildingJohn Crispin2012-06-051-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: ship a static initial shadow db instead of creating it ↵Jo-Philipp Wich2012-06-052-4/+5
| | | | | | from passwd with sed, this fixes registering of users at compile time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: make user_add() populate the shadow db as wellJo-Philipp Wich2012-06-052-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-0525-26/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix board patches so that new boards are withing appropriate ifdefFlorian Fainelli2012-06-0539-111/+133
| | | | | | | Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel/3.3] refresh generic patchesFlorian Fainelli2012-06-055-15/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix bisectability of patch 303-spi-board-info.patchFlorian Fainelli2012-06-051-1/+9
| | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bump to 3.3.8John Crispin2012-06-0539-40/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: reorganize targetLuka Perkov2012-06-0514-787/+693
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: forgot to remove uboot-envtools.init fileLuka Perkov2012-06-041-27/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: update to 2012.04.01Luka Perkov2012-06-0410-119/+169
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] log failed package buildsJohn Crispin2012-06-041-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes wifi restart issuesFelix Fietkau2012-06-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, adds reconnect supportFelix Fietkau2012-06-041-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix typo in last commitFelix Fietkau2012-06-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix ANI weak signal detection handlingFelix Fietkau2012-06-042-0/+82
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fall back to OTP ROM if the platform data does not contain valid ↵Felix Fietkau2012-06-041-0/+25
| | | | | | eeprom data git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix ethernet on 96328avng and 963281TANJonas Gorski2012-06-047-15/+19
| | | | | | The internal switch did not get registered. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pjsip: update to version 1.14.2Luka Perkov2012-06-035-134/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: fix passing setup json variables to the ppp setup codeFelix Fietkau2012-06-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: kmod-video-gspca-core depends on kmod-input-core (fixes #11412)Felix Fietkau2012-06-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix videobuf2 escriptionJohn Crispin2012-06-031-1/+1
| | | | | | fixes #11411 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Missing kernel module entry for GSPCA driver for SE401 webcamJohn Crispin2012-06-031-0/+15
| | | | | | fixes #11505 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: remove some dead codeJo-Philipp Wich2012-06-022-14/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: add explicit stdin eof notification for Lua and CGI childsJo-Philipp Wich2012-06-023-2/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] adds unset Kbuild symbolJohn Crispin2012-06-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-vmmc] use symlinks for voip FW to make laoding easierJohn Crispin2012-06-021-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-vmmc] move /dev/vmmcX creation to a more central placeJohn Crispin2012-06-022-33/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* malta: remove 3.2 patchesGabor Juhos2012-06-021-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* malta: use common kernel configGabor Juhos2012-06-022-319/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* xburst: add missing config symbolGabor Juhos2012-06-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: brcmsmac: add some patches starting to add support for some more chipsHauke Mehrtens2012-06-0112-13/+626
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: make brcmfmac depend on usbHauke Mehrtens2012-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge some pending fixesFelix Fietkau2012-06-012-4/+260
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [util-linux] fixes a descriptions mismatchJohn Crispin2012-05-301-2/+2
| | | | | | fixes #11381 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libubox: update to 2012-05-30, fixes bad non-empty return values ↵Jo-Philipp Wich2012-05-301-2/+2
| | | | | | in case of already cached variables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [imagebuilder] add $(SUBTARGET) to the filename if availableJohn Crispin2012-05-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] adds patch to make Tantos (psb6970) switch buildable againJohn Crispin2012-05-303-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix wrongly applied sizeof() leading to writing beyound ↵Jo-Philipp Wich2012-05-302-3/+3
| | | | | | end of buffer and subsequent data corruption (#11557) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: build images for 6328 reference boards with various flash sizesJonas Gorski2012-05-3011-28/+232
| | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: readd accidentially dropped network config for SPW303VJonas Gorski2012-05-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-05-29Felix Fietkau2012-05-3056-6181/+176
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependenciesFelix Fietkau2012-05-291-3/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: add revision specific PHY fixups for AR8327Gabor Juhos2012-05-292-8/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_privGabor Juhos2012-05-292-31/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: add chip_is_ar8{216,236,316,327} helpersGabor Juhos2012-05-291-8/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31998 3c298f89-4303-0410-b956-a3cf2f4a3e73