openwrt.git
9 years agoimx6: ventana: remove non-trunk packages from defaults
luka [Mon, 2 Jun 2014 21:23:36 +0000 (21:23 +0000)]
imx6: ventana: remove non-trunk packages from defaults

The canutils package is in the packages repo and not part of trunk, so we
should not enable them by default.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40991 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimx6: ventana: add default kernel modules
luka [Mon, 2 Jun 2014 21:23:35 +0000 (21:23 +0000)]
imx6: ventana: add default kernel modules

Add the following kernel modules by default (which are present on most Ventana
baseboards):
 - kmod-leds-gpio (user leds)
 - kmod-sound-core (required as a dependency of the other sound modules)
 - kmod-pps-gpio (Pulse-Per-Second)

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40990 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimx6: update board names per device-tree updates
luka [Mon, 2 Jun 2014 21:23:34 +0000 (21:23 +0000)]
imx6: update board names per device-tree updates

The Gateworks Ventana board names have been adjusted per upstream patches
to include all IMX6 SoC variants.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40989 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimx6: update 3.14 ventana dts with upstream fixes
luka [Mon, 2 Jun 2014 21:23:32 +0000 (21:23 +0000)]
imx6: update 3.14 ventana dts with upstream fixes

update the Ventana DTS files with upstream fixes:
 - The 'model' property in the imx-audio-sgtl5000 binding specifies the
   user-visible name of the audio device. This should be something common and
   not baseboard specific.
 - removed obsolete crts
 - fix include typo: The imx6q-gw51xx needs to include imx6qdl-gw51xx.dtsi
 - fix gw52xx clock for sgtl5000 ananlog audio codec
 - fix LVDS mapping for Ventana GW52xx/GW53xx/GW54xx
 - add LVDS backlight for Ventana
 - update model descriptions for all processor variants

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40988 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimx6: update 3.10 ventana dts
luka [Mon, 2 Jun 2014 21:23:29 +0000 (21:23 +0000)]
imx6: update 3.10 ventana dts

update the Ventana DTS files with upstream fixes:
 - The 'model' property in the imx-audio-sgtl5000 binding specifies the
   user-visible name of the audio device. This should be something common an
   not baseboard specific.
 - update model descriptions for all processor variants

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40987 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add another new config symbol for kernel 3.14
luka [Mon, 2 Jun 2014 19:48:22 +0000 (19:48 +0000)]
kernel: add another new config symbol for kernel 3.14

It was augmented by CONFIG_USB_GADGET...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Acked-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40986 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: b43: make support for BCMA optional
nbd [Mon, 2 Jun 2014 18:17:48 +0000 (18:17 +0000)]
mac80211: b43: make support for BCMA optional

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40985 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: b43: make B43_PHY_LP configurable
nbd [Mon, 2 Jun 2014 18:17:44 +0000 (18:17 +0000)]
mac80211: b43: make B43_PHY_LP configurable

This allows saving 11772 B if disabled.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40984 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonetfilter: split off header matching modules not used by the default config (reduces...
nbd [Mon, 2 Jun 2014 18:13:38 +0000 (18:13 +0000)]
netfilter: split off header matching modules not used by the default config (reduces rootfs size and memory usage)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40983 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm47xx: enable the low-memory feature flag
nbd [Mon, 2 Jun 2014 17:04:45 +0000 (17:04 +0000)]
brcm47xx: enable the low-memory feature flag

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40982 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: set default squashfs block size to 64k for low-memory systems
nbd [Mon, 2 Jun 2014 17:04:41 +0000 (17:04 +0000)]
build: set default squashfs block size to 64k for low-memory systems

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40981 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: add a feature flag for low-memory systems
nbd [Mon, 2 Jun 2014 17:04:38 +0000 (17:04 +0000)]
build: add a feature flag for low-memory systems

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40980 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: make the squashfs block size configurable
nbd [Mon, 2 Jun 2014 17:04:34 +0000 (17:04 +0000)]
build: make the squashfs block size configurable

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40979 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: fix compile error in r40969, refresh patches
nbd [Mon, 2 Jun 2014 16:24:12 +0000 (16:24 +0000)]
ar71xx: fix compile error in r40969, refresh patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40977 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: WNDAP360 adding wifi LED support
blogic [Mon, 2 Jun 2014 15:02:54 +0000 (15:02 +0000)]
ar71xx: WNDAP360 adding wifi LED support

I added WIFI LED support (so now AP blinks nicely), I removed WPS
button GPIO (as it doesn't exist) and changed GPIO for reset button.

Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40976 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add profile and build image for HiWiFi HC6361.
blogic [Mon, 2 Jun 2014 14:56:41 +0000 (14:56 +0000)]
ar71xx: add profile and build image for HiWiFi HC6361.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40975 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add user-space support for HiWiFi HC6361 board.
blogic [Mon, 2 Jun 2014 14:56:35 +0000 (14:56 +0000)]
ar71xx: add user-space support for HiWiFi HC6361 board.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40974 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add kernel support for HiWiFi HC6361.
blogic [Mon, 2 Jun 2014 14:56:24 +0000 (14:56 +0000)]
ar71xx: add kernel support for HiWiFi HC6361.

This board manufactured by HiWiFi has the following features.

 - Atheros 9331 SoC.
 - 16MB flash and 64MB RAM.
 - 4GB eMMC storage via SK6226 USB 2.0 controller.
 - 2 LAN and 1 WAN ethernet ports with LEDs on them.
 - 3 blue LEDs on the front panel.
 - 1 button labeled as "reset".
 - Powered by a USB cable.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40973 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add support to TP-LINK TL-WA730RE v1
blogic [Mon, 2 Jun 2014 14:45:25 +0000 (14:45 +0000)]
ar71xx: add support to TP-LINK TL-WA730RE v1

The TL-WA730RE seems to be almost identical to TL-WA701ND, just
that it comes without PoE and a stock-firmware claiming the device
to be a "Range Extender".

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40972 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: fix board detection for TL-WA7510N
blogic [Mon, 2 Jun 2014 14:45:21 +0000 (14:45 +0000)]
ar71xx: fix board detection for TL-WA7510N

Detect TL-WA7510N v1 by the board name as defined in mach-tl-wa901nd.c
and add hardware ID to tplink_board_detect

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40971 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: enable sysupgrade on wnr2000-v3
blogic [Mon, 2 Jun 2014 14:45:17 +0000 (14:45 +0000)]
ar71xx: enable sysupgrade on wnr2000-v3

tested, works.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40970 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add support for dlink dir-615-e1
blogic [Mon, 2 Jun 2014 14:43:35 +0000 (14:43 +0000)]
ar71xx: add support for dlink dir-615-e1

Dlink dir-615-e1 can use dir-600-a1's image, but the image can't be
uploaded through dlink's normal firmware update web page.

Add profile for dir-615-e1 so the generated image can be uploaded
through the firmware update web page.

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40969 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotarget/imagebuilder: add missing package index (fixes #16675)
nbd [Mon, 2 Jun 2014 13:27:31 +0000 (13:27 +0000)]
target/imagebuilder: add missing package index (fixes #16675)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40968 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoscripts/bundle-libraries: fall back to only copying binaries if ldd is unavailable...
nbd [Mon, 2 Jun 2014 13:27:23 +0000 (13:27 +0000)]
scripts/bundle-libraries: fall back to only copying binaries if ldd is unavailable (e.g. non-linux system)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40967 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: adjust OM2P profile for the OpenMesh OM2P-HSv2 board
blogic [Mon, 2 Jun 2014 13:21:52 +0000 (13:21 +0000)]
ar71xx: adjust OM2P profile for the OpenMesh OM2P-HSv2 board

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40966 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage/uboot-envtools: add OpenMesh OM2P-HSv2 support
blogic [Mon, 2 Jun 2014 13:21:47 +0000 (13:21 +0000)]
package/uboot-envtools: add OpenMesh OM2P-HSv2 support

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40965 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage/om-watchdog: add OpenMesh OM2P-HSv2 support
blogic [Mon, 2 Jun 2014 13:21:43 +0000 (13:21 +0000)]
package/om-watchdog: add OpenMesh OM2P-HSv2 support

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40964 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add sysupgrade support for OpenMesh OM2P-HSv2
blogic [Mon, 2 Jun 2014 13:21:38 +0000 (13:21 +0000)]
ar71xx: add sysupgrade support for OpenMesh OM2P-HSv2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40963 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add user-space support for OpenMesh OM2P-HSv2
blogic [Mon, 2 Jun 2014 13:21:31 +0000 (13:21 +0000)]
ar71xx: add user-space support for OpenMesh OM2P-HSv2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40962 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add kernel support for the OpenMesh OM2P-HSv2
blogic [Mon, 2 Jun 2014 13:21:26 +0000 (13:21 +0000)]
ar71xx: add kernel support for the OpenMesh OM2P-HSv2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40961 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: adjust OM2P profile for the OpenMesh OM2Pv2 board
blogic [Mon, 2 Jun 2014 13:21:22 +0000 (13:21 +0000)]
ar71xx: adjust OM2P profile for the OpenMesh OM2Pv2 board

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40960 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage/uboot-envtools: add OpenMesh OM2Pv2 support
blogic [Mon, 2 Jun 2014 13:21:17 +0000 (13:21 +0000)]
package/uboot-envtools: add OpenMesh OM2Pv2 support

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40959 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage/om-watchdog: add OpenMesh OM2Pv2 support
blogic [Mon, 2 Jun 2014 13:21:11 +0000 (13:21 +0000)]
package/om-watchdog: add OpenMesh OM2Pv2 support

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40958 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add sysupgrade support for OpenMesh OM2Pv2
blogic [Mon, 2 Jun 2014 13:21:07 +0000 (13:21 +0000)]
ar71xx: add sysupgrade support for OpenMesh OM2Pv2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40957 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add user-space support for OpenMesh OM2Pv2
blogic [Mon, 2 Jun 2014 13:21:02 +0000 (13:21 +0000)]
ar71xx: add user-space support for OpenMesh OM2Pv2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40956 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add kernel support for the OpenMesh OM2Pv2 board
blogic [Mon, 2 Jun 2014 13:20:52 +0000 (13:20 +0000)]
ar71xx: add kernel support for the OpenMesh OM2Pv2 board

Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40955 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoiwinfo: update nl80211 api to the latest one
blogic [Mon, 2 Jun 2014 13:10:53 +0000 (13:10 +0000)]
iwinfo: update nl80211 api to the latest one

modified version of http://patchwork.openwrt.org/patch/4533/

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40954 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoiwinfo: add 802.11ac hwmode support
blogic [Mon, 2 Jun 2014 13:10:49 +0000 (13:10 +0000)]
iwinfo: add 802.11ac hwmode support

In case of .11ac device the hwmode was not properly displayed.
This patch fixes it.

Signed-off-by: Marek Kwaczynski <marek.kwaczynski@tieto.com>
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40953 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoiwinfo: add Atheros AR9580 to hardware.txt
blogic [Mon, 2 Jun 2014 13:10:44 +0000 (13:10 +0000)]
iwinfo: add Atheros AR9580 to hardware.txt

Signed-off-by: Stefan Agner <stefan@agner.ch>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40952 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoconfig/Config-images.in: the ext4 series introduced a regression
blogic [Mon, 2 Jun 2014 13:03:15 +0000 (13:03 +0000)]
config/Config-images.in: the ext4 series introduced a regression

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40951 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopolarssl: enable parallel build
nbd [Mon, 2 Jun 2014 13:01:48 +0000 (13:01 +0000)]
polarssl: enable parallel build

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40950 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopolarssl: remove polarssl-progs, it is just a random collection of test programs
nbd [Mon, 2 Jun 2014 13:01:44 +0000 (13:01 +0000)]
polarssl: remove polarssl-progs, it is just a random collection of test programs

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40949 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: fix up eth_mac and ath_eep support
blogic [Mon, 2 Jun 2014 12:45:29 +0000 (12:45 +0000)]
lantiq: fix up eth_mac and ath_eep support

this patch got messed up by the last rebase

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40948 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agox86: Compile xen-pci-frontend as module
blogic [Mon, 2 Jun 2014 12:45:25 +0000 (12:45 +0000)]
x86: Compile xen-pci-frontend as module

modified version of -> http://patchwork.openwrt.org/patch/5535/

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40947 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoinclude: Allow git kernel branch selection
blogic [Mon, 2 Jun 2014 12:45:22 +0000 (12:45 +0000)]
include: Allow git kernel branch selection

This allows the selection of a specific branch in the menuconfig
when using a kernel downloaded from GIT.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40946 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoinclude: Clean-up kernel git command options management
blogic [Mon, 2 Jun 2014 12:45:19 +0000 (12:45 +0000)]
include: Clean-up kernel git command options management

The way git options are managed in kernel-defaults.mk makes additions

difficult. If requires different code path for each option; it's
ok so far as we handle only one option, but if we want to make the git
clone mechanism more flexible, more option will be required, which
will become tedious.

So; we'll move the GIT options into a variable, that may or may not be
set depending on the configuration, and we'll pass this variable to the
git command.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40945 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoconfig: Remove KERNEL_GIT_LOCAL_REPOSITORY option
blogic [Mon, 2 Jun 2014 12:45:16 +0000 (12:45 +0000)]
config: Remove KERNEL_GIT_LOCAL_REPOSITORY option

The GIT_LOCAL_REPOSITORY option adds the --reference argument to the
git clone kernel command line, if KERNEL_GIT_CLONE_URI is set.

This option is intended to speed-up the repo creation by using local
objets rather than downloading it. However, a local repo can be cloned
much faster by setting GIT_LOCAL_REPOSITORY directly to the local tree.

In that case, git clone will bypass the normal "git aware" transport
mechanism and clone the repository by copying and hardlinking objects
rather than downloading it, resulting in a significant speed increase.

That makes the GIT_LOCAL_REPOSITORY option pretty useless so we'll just
remove it and recommand the usage of KERNEL_GIT_CLONE_URI directly.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40944 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: Allow installation of symlinks using RAMFS_COPY_BIN env var.
blogic [Mon, 2 Jun 2014 12:45:13 +0000 (12:45 +0000)]
base-files: Allow installation of symlinks using RAMFS_COPY_BIN env var.

http://patchwork.openwrt.org/patch/5086/

Signed-off-by: karl.vogel@gmail.com
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40943 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agocomgt: add support for defining dial number in config file
blogic [Mon, 2 Jun 2014 12:45:09 +0000 (12:45 +0000)]
comgt: add support for defining dial number in config file

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40942 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: Fix xen domU kmod-xen-kbd package
blogic [Mon, 2 Jun 2014 12:45:05 +0000 (12:45 +0000)]
kernel: Fix xen domU kmod-xen-kbd package

modified version of http://patchwork.openwrt.org/patch/5526/

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40941 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosoloscli: upgrade to 1.04
blogic [Mon, 2 Jun 2014 12:45:01 +0000 (12:45 +0000)]
soloscli: upgrade to 1.04

- The package does not compile at the moment. Since there is a new
  upstream version avaiable, use this new source instead.
- Upstream has already included our both patches.
- This is only compile tested, since I do not own any test hardware.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40940 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: fix asiarf/awm002 switch setup
blogic [Mon, 2 Jun 2014 12:44:57 +0000 (12:44 +0000)]
ralink: fix asiarf/awm002 switch setup

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40939 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: query driver for max A-MPDU length exponent
blogic [Mon, 2 Jun 2014 12:44:54 +0000 (12:44 +0000)]
mac80211: query driver for max A-MPDU length exponent

This patch enables netifd to query 802.11ac-driver for the maximum
supported A-MPDU length exponent, possibly increasing VHT throughput by
more aggressive frame aggregation.

v2: refreshed patch

Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40938 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage: netifd: remove blank line at the end of file
blogic [Mon, 2 Jun 2014 12:44:51 +0000 (12:44 +0000)]
package: netifd: remove blank line at the end of file

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40937 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoqos-script: Add comments to existing rules
blogic [Mon, 2 Jun 2014 12:44:47 +0000 (12:44 +0000)]
qos-script: Add comments to existing rules

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40936 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoqos-script: Improve usability by adding comment field to rules
blogic [Mon, 2 Jun 2014 12:44:44 +0000 (12:44 +0000)]
qos-script: Improve usability by adding comment field to rules

It's quite unconveniet to remember which ports are used by which applications, especially for not so advanced users.
Together with luci patch (discussed on IRC) this improves qos-scripts usability.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40935 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agohostapd: Add optional support for hostapd own_ip_addr in wireless config
blogic [Mon, 2 Jun 2014 12:44:40 +0000 (12:44 +0000)]
hostapd: Add optional support for hostapd own_ip_addr in wireless config

`own_ip_addr` is used by hostapd as NAS-IP-Address.
This is used to identify the AP that is requesting the authentication of the
user and could be used to define which AP's can authenticate users.
Some vendors implement only NAS-Identifier or NAS-IP-Address and not both.
This patch adds ownip as an optional parameter in /etc/config/wireless.

Signed-off-by: Thomas Wouters <thomaswouters@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40934 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoppp: allow to set PPP interface name via config
blogic [Mon, 2 Jun 2014 12:44:36 +0000 (12:44 +0000)]
ppp: allow to set PPP interface name via config

allows to set PPP interface name manually via new
network interface option pppname.
If not set, default naming will be used (e.g. pppoe-eth0)

Signed-off-by: Ulrich Weber <uw@ocedo.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40933 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: Enable kmod-hid-generic driver when selecting usb-hid
blogic [Mon, 2 Jun 2014 12:44:33 +0000 (12:44 +0000)]
kernel: Enable kmod-hid-generic driver when selecting usb-hid

kmod-hid-generic needs to be selected when enabling usb-hid in order to get generic devices working.

This fixes keyboards support in linux 3.3+ kernels.
https://dev.openwrt.org/ticket/12631
https://dev.openwrt.org/ticket/12686

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40932 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoopenvpn: enable ipv6 parameters
blogic [Mon, 2 Jun 2014 12:44:30 +0000 (12:44 +0000)]
openvpn: enable ipv6 parameters

http://patchwork.openwrt.org/patch/4945/

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40931 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoutil-linux: Disable sulogin in util-linux package
blogic [Mon, 2 Jun 2014 12:44:27 +0000 (12:44 +0000)]
util-linux: Disable sulogin in util-linux package

The sulogin tool doesn't compile because it cannot find shadow.h. As the
tool is not available in openwrt it is now not selected during the build
process.

Signed-off-by: Tjalling Hattink <t.hattink@fugro.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40930 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agouboot-envtools: add support for environment in ubi volume
blogic [Mon, 2 Jun 2014 12:44:19 +0000 (12:44 +0000)]
uboot-envtools: add support for environment in ubi volume

On UBI enabled devices, U-Boot might store it's environment on
UBI volume(s). Support this in uboot-envtools, so fw_setenv and
fw_printenv can work on these platforms.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40929 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofstools: stage libubi-utils static library and headers
blogic [Mon, 2 Jun 2014 12:44:16 +0000 (12:44 +0000)]
fstools: stage libubi-utils static library and headers

Use InstallDev to make libubi-utils available for linking in
uboot-envtools.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40928 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage/Makefile: Substituted deprecated -perm +mode with -perm /mode
blogic [Mon, 2 Jun 2014 12:44:13 +0000 (12:44 +0000)]
package/Makefile: Substituted deprecated -perm +mode with -perm /mode

The find(1) -perm +mode is no longer supported and has been deprecated since
2005.

This could resolve #13855 ticket.

Signed-off-by: Rocco Folino <lordzen87@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40927 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimage: ext4: rename config options as these are only used for ext4 image creation
blogic [Mon, 2 Jun 2014 12:44:10 +0000 (12:44 +0000)]
image: ext4: rename config options as these are only used for ext4 image creation

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40926 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimage: ext4: allow creation of a journaling filesystem
blogic [Mon, 2 Jun 2014 12:44:07 +0000 (12:44 +0000)]
image: ext4: allow creation of a journaling filesystem

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40925 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimage: ext4: allow to choose a block size for the rootfs
blogic [Mon, 2 Jun 2014 12:44:04 +0000 (12:44 +0000)]
image: ext4: allow to choose a block size for the rootfs

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40924 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimage: ext4: move ext4 specific options into submenu
blogic [Mon, 2 Jun 2014 12:43:53 +0000 (12:43 +0000)]
image: ext4: move ext4 specific options into submenu

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40923 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: add seama image can be upgrade by sysupgrade
blogic [Mon, 2 Jun 2014 12:43:49 +0000 (12:43 +0000)]
ralink: add seama image can be upgrade by sysupgrade

generate sysupgrade image by combine two images.
one is kernel image with seama header.
another is root fs image.

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40922 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotools: genext2fs: add support for blocksize != 1024
blogic [Mon, 2 Jun 2014 12:43:46 +0000 (12:43 +0000)]
tools: genext2fs: add support for blocksize != 1024

This patch series is extracted from
http://ftp.de.debian.org/debian/pool/main/g/genext2fs/genext2fs_1.4.1-4.debian.tar.gz

The patches are used in Debian for quite a long time, so I assume that
this is solid material. At least, my Ubuntu host fsck.ext4 does not bark :-)

The goal is to allow building filesystems with larger blocksizes instead of the
current default of 1k. This should improve performance and lifetime when the
filesystem is stored e.g. on a SD card (on Raspberry Pi/I2SE Duckbill for example)
which uses internal flash memory. Writing to flash memory is slow because writing
the data of one block results in erasing a whole erase block of the flash memory.
Thus it is preferable to align the filesystem block size on a flash device with
the erase blocksize, or at least bring it closer to the later one, to avoid
unnecessary write amplification.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40921 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: Fix ARV7510PW22 etop
blogic [Mon, 2 Jun 2014 12:43:43 +0000 (12:43 +0000)]
lantiq: Fix ARV7510PW22 etop

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40920 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: Fix ARV4518 etop
blogic [Mon, 2 Jun 2014 12:43:35 +0000 (12:43 +0000)]
lantiq: Fix ARV4518 etop

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40919 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: Add ARV7510PW22 support
blogic [Mon, 2 Jun 2014 12:43:31 +0000 (12:43 +0000)]
lantiq: Add ARV7510PW22 support

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40918 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: Add kernel modules for USB gadget serial devices.
blogic [Mon, 2 Jun 2014 12:43:28 +0000 (12:43 +0000)]
kernel: Add kernel modules for USB gadget serial devices.

This patch adds support for building the kernel modules for gadget serial devices.

Signed-off-by: Owen Kirby <osk@exegin.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40917 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoiptables: Makefile: only build ip6tc, if IPv6 is enabled
blogic [Mon, 2 Jun 2014 12:43:25 +0000 (12:43 +0000)]
iptables: Makefile: only build ip6tc, if IPv6 is enabled

when disabling ipv6, the iptables build breaks without a manul clean or this patch

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40916 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotarget/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC
blogic [Mon, 2 Jun 2014 12:43:22 +0000 (12:43 +0000)]
target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC

ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct
var $# (=number of args) here. under normal conditions this had no impact,
but we should at least correct it. the error was observable like this:

root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh
root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh
root@box:~ . /lib/upgrade/platform.sh
root@box:~ . /lib/upgrade/common.sh
root@box:~ platform_check_image /tmp/myfirmware.bin
ash: bad number
root@box:~ echo $?
0

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40915 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agodropbear: make missing variables local
blogic [Mon, 2 Jun 2014 12:43:16 +0000 (12:43 +0000)]
dropbear: make missing variables local

Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40914 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoinclude: fix kernel download failure with git & local trees
blogic [Mon, 2 Jun 2014 12:43:13 +0000 (12:43 +0000)]
include: fix kernel download failure with git & local trees

When using the options EXTERNAL_KERNEL_TREE or KERNEL_GIT_CLONE_URI,
the command "make downloads" fails as it tries to download the kernel
tarball despite the option. This doesn't happen during a regular build
as in that case, the dependency is conditionned through the LINUX_SITE
variable, which is not set in these cases.

Below is a snapshot of the error for an target using a 3.14 kernel:

make[3]: *** No rule to make target `.../dl/linux-3.14.tar.xz',
needed by `download'.  Stop.

Change-Id: I1244969c1bbf9c81a6a64d68ae88ac58b0f8e79e
Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40913 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: remove function service_kill
blogic [Mon, 2 Jun 2014 12:43:10 +0000 (12:43 +0000)]
base-files: remove function service_kill

Function service_kill is deprecated and has no user, so remove it.

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40912 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: add missing profile for DIR-615-D
blogic [Mon, 2 Jun 2014 12:43:07 +0000 (12:43 +0000)]
ramips: add missing profile for DIR-615-D

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40911 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix not set lan/wan mac address
blogic [Mon, 2 Jun 2014 12:43:04 +0000 (12:43 +0000)]
ramips: fix not set lan/wan mac address

The first switch case is default case. Then it will only
match default case. cause not update the lan/wan mac address.
And in the default switch case the param lan_mac is empty.
it will case error message 'arithmetic syntax error' when
call macaddr_add function.

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40910 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: add simple shutdown script
blogic [Mon, 2 Jun 2014 12:43:00 +0000 (12:43 +0000)]
base-files: add simple shutdown script

Since svn rev [38557] we support power buttons, for example
the ACPI power button on x86 machines.
Add a simple shutdown script to /etc/rc.button, to gracefully shutdown
the machine after the power button is pressed.

Tested on x86 and x86_64 in a kvm virtual machine.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40909 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: Add support for samsung cy-swr1100 wireless router
blogic [Mon, 2 Jun 2014 12:42:52 +0000 (12:42 +0000)]
ralink: Add support for samsung cy-swr1100 wireless router

It is base on rt3662 soc with dual band 802.11n
wireless router. Use rtl8367R switch chip.
This patch adds a profile for this board.
It use seama image header. so i also enable it
on kernel config.

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40908 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: Support for Teltonika RUT5XX
blogic [Mon, 2 Jun 2014 12:42:48 +0000 (12:42 +0000)]
ramips: Support for Teltonika RUT5XX

Hi Hartmut,

Thanks for your feedback, I have reformated the patch accordingly.

Added support for Teltonika RUT5XX hardware.

Signed-off-by: Steffen Weinreich <steve@weinreich.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40907 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: calling stop_service before procd_kill.
blogic [Mon, 2 Jun 2014 12:42:44 +0000 (12:42 +0000)]
base-files: calling stop_service before procd_kill.

Before this patch, doing `/e/c/network restart' will emit the folloing
error by `ubus network.wireless down "{}"' because netifd already quit
by that time.

Command failed: not found

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40906 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: usb.mk: enable chipidea udc mode
blogic [Mon, 2 Jun 2014 12:42:41 +0000 (12:42 +0000)]
kernel: usb.mk: enable chipidea udc mode

The chipidea USB OTG controller is dual-role and supports both host and device
modes. Enable device mode.

Tested on Gateworks Ventana imx6 board with g_ether.

Are there any other targets out there that use the CHIPIDEA controller? If so
testing is needed for those.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40905 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: removes logging
blogic [Mon, 2 Jun 2014 12:42:37 +0000 (12:42 +0000)]
base-files: removes logging

Since logd haven't started at this point, logging does not work.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40904 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: Enable Asus RT-N10+ in menuconfig targets
blogic [Mon, 2 Jun 2014 12:41:45 +0000 (12:41 +0000)]
ralink: Enable Asus RT-N10+ in menuconfig targets

This patch adds "Asus RT-N10+" as a target option in menuconfig. The device has been supported for a while but is currently missing a profile (.mk).
Signed-off-by: Randolph Kuntz <8D961920@galaxymail.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40903 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofstools: update to latest version, fixes build on x86_64
nbd [Mon, 2 Jun 2014 09:38:09 +0000 (09:38 +0000)]
fstools: update to latest version, fixes build on x86_64

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40902 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: update 3.14 to 3.14.5
luka [Mon, 2 Jun 2014 09:25:33 +0000 (09:25 +0000)]
kernel: update 3.14 to 3.14.5

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40901 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoodhcpd: add configuration for userclass-filter
cyrus [Mon, 2 Jun 2014 07:08:16 +0000 (07:08 +0000)]
odhcpd: add configuration for userclass-filter

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40900 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agouboot-sunxi: add bananapi support
wigyori [Sun, 1 Jun 2014 18:47:14 +0000 (18:47 +0000)]
uboot-sunxi: add bananapi support

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40899 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add support for Lemaker bananaPi
wigyori [Sun, 1 Jun 2014 18:44:10 +0000 (18:44 +0000)]
sunxi: add support for Lemaker bananaPi

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40898 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agometadata.pl: suppress profile config.in code for targets that have subtargets (fixes...
nbd [Sun, 1 Jun 2014 15:18:47 +0000 (15:18 +0000)]
metadata.pl: suppress profile config.in code for targets that have subtargets (fixes #14480)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40896 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: fix typo in uci-defaults network config
wigyori [Sun, 1 Jun 2014 12:18:53 +0000 (12:18 +0000)]
sunxi: fix typo in uci-defaults network config

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40895 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoca-certificates: bump to 20140325
cyrus [Sun, 1 Jun 2014 10:32:37 +0000 (10:32 +0000)]
ca-certificates: bump to 20140325

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40894 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago6relayd: superseded by odhcpd
cyrus [Sun, 1 Jun 2014 10:28:50 +0000 (10:28 +0000)]
6relayd: superseded by odhcpd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40893 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopolarssl: bump to 1.3.7
cyrus [Sun, 1 Jun 2014 09:49:24 +0000 (09:49 +0000)]
polarssl: bump to 1.3.7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40892 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonetifd: replace the sleep 5 with an ubus wait_for call to speed up init script
nbd [Sat, 31 May 2014 23:49:23 +0000 (23:49 +0000)]
netifd: replace the sleep 5 with an ubus wait_for call to speed up init script

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40891 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoeglibc: add support for other mips64 ABI variants as well
nbd [Sat, 31 May 2014 13:00:46 +0000 (13:00 +0000)]
eglibc: add support for other mips64 ABI variants as well

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40890 3c298f89-4303-0410-b956-a3cf2f4a3e73