[OpenWrt-Devel] [PATCH] brcm47xx: Mark broken; no working images

2016-01-14 Thread openwrt
/brcm47xx/Makefile @@ -12,6 +12,7 @@ BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens +DEPENDS:=@BROKEN KERNEL_PATCHVER:=4.1 -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH 00/13] Allow to build subset of profiles for target

2016-01-18 Thread openwrt
H 12/13] lantiq: Add an 'All Profiles' profile [PATCH 13/13] brcm47xx: Add an 'All Profiles' profile _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 03/13] at91: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
er the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/All + NAME:=All Profiles +endef + +define Profile/All/Description + Build images for all profiles +endef + +$(eval $(call Profile,All)) -- 2.4.3 _______ ope

[OpenWrt-Devel] [PATCH 02/13] ar71xx: Allow to select a subset of profiles for building

2016-01-18 Thread openwrt
all Profile,Default)) -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 09/13] sunxi: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
lt package set - PACKAGES += uboot-sunxi-A13-OLinuXino -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) - -- 2.4.3 _______ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH 01/13] build metadata: Allow to build a subset of profiles in a single build

2016-01-18 Thread openwrt
(1),$(1)) + $(call Image/Build/$(1),$(1),$(2)) $(call BuildFirmware/Generic,$(1)) cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage endef diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index 1c51b62..47460fd 100644 --- a/target/linux/gemini/image/Ma

[OpenWrt-Devel] [PATCH 11/13] adm5120: Translate existing all profiles profiles to new mult-select structure

2016-01-18 Thread openwrt
oards. endef -$(eval $(call Profile,Generic)) $(eval $(call Profile,EB-214A)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 13/13] brcm47xx: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
NAME:=All Profiles + PROFILE_SKIP_SINGLE:=1 +endef + +define Profile/All/Description + Build images for all profiles +endef + +$(eval $(call Profile,All)) + -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openw

[OpenWrt-Devel] [PATCH 10/13] kirkwood: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
fine Profile/All/description + Build images for all profiles +endef + +$(eval $(call Profile,All)) -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 12/13] lantiq: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
nformation. +# + +define Profile/All + NAME:=All Profiles + PROFILE_SKIP_SINGLE:=1 +endef + +define Profile/All/Description + Build images for all profiles +endef + +$(eval $(call Profile,All)) + -- 2.4.3 _______ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH 06/13] mpc85xx: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
ICENSE for more information. +# + +define Profile/All + NAME:=All Profiles +endef + +define Profile/All/Description + Builds images for all profiles +endef +$(eval $(call Profile,All)) -- 2.4.3 _______ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH 08/13] brcm63xx: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
-- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 04/13] mvebu: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
rofile,All)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 05/13] ramips: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
Builds images for all profiles +endef +$(eval $(call Profile,All)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 07/13] arc770: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
-- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 04/13] mvebu: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
rofile,All)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 02/13] ar71xx: Allow to select a subset of profiles for building

2016-01-18 Thread openwrt
all Profile,Default)) -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Fixed [PATCH 0/13] Allow to build a subset of profiles for target

2016-01-18 Thread openwrt
Profiles' profile [PATCH 13/13] brcm47xx: Add an 'All Profiles' profile ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 01/13] build metadata: Allow to build a subset of profiles in a single build

2016-01-18 Thread openwrt
+ $(call Image/Build/$(1),$(1),$(2)) $(call BuildFirmware/Generic,$(1)) cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage endef diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index 1c51b62..47460fd 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/

[OpenWrt-Devel] [PATCH 07/13] arc770: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
-- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 05/13] ramips: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
Builds images for all profiles +endef +$(eval $(call Profile,All)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 08/13] brcm63xx: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
-- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 09/13] sunxi: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
lt package set - PACKAGES += uboot-sunxi-A13-OLinuXino -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) - -- 2.4.3 _______ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH 06/13] mpc85xx: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
ICENSE for more information. +# + +define Profile/All + NAME:=All Profiles +endef + +define Profile/All/Description + Builds images for all profiles +endef +$(eval $(call Profile,All)) -- 2.4.3 _______ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH 10/13] kirkwood: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
fine Profile/All/description + Build images for all profiles +endef + +$(eval $(call Profile,All)) -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 13/13] brcm47xx: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
NAME:=All Profiles + PROFILE_SKIP_SINGLE:=1 +endef + +define Profile/All/Description + Build images for all profiles +endef + +$(eval $(call Profile,All)) + -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openw

[OpenWrt-Devel] [PATCH 11/13] adm5120: Translate existing all profiles profiles to new mult-select structure

2016-01-18 Thread openwrt
oards. endef -$(eval $(call Profile,Generic)) $(eval $(call Profile,EB-214A)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 12/13] lantiq: Add an 'All Profiles' profile

2016-01-18 Thread openwrt
nformation. +# + +define Profile/All + NAME:=All Profiles + PROFILE_SKIP_SINGLE:=1 +endef + +define Profile/All/Description + Build images for all profiles +endef + +$(eval $(call Profile,All)) + -- 2.4.3 _______ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH 03/13] at91: Translate the build all profiles profile to new multi-profile config

2016-01-18 Thread openwrt
er the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/All + NAME:=All Profiles +endef + +define Profile/All/Description + Build images for all profiles +endef + +$(eval $(call Profile,All)) -- 2.4.3 _______ ope

[OpenWrt-Devel] [PATCH] package/config/netifd: Replace ifconfig/route with ip command

2016-01-19 Thread openwrt
done - eval $(route -n | awk ' - /^0.0.0.0\W{9}('$valid_gw')\W/ {next} - /^0.0.0.0/ {print "route del -net "$1" gw "$2";"} + eval $(ip route | awk ' + /^d

[OpenWrt-Devel] [PATCH 2/3] network/services/dnsmasq: Use user:group dnsmasq:dnsmasq for dnsmasq

2016-01-20 Thread openwrt
if we did this last, we could override auto-generated config -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/3] network/services/dnsmasq: Add support for multiple instances of dnsmasq

2016-01-20 Thread openwrt
ad dhcp +dnsmasq_instance() { + local cfg="$1" procd_open_instance - procd_set_param command $PROG -C $CONFIGFILE -k -x /var/run/dnsmasq/dnsmasq.pid + procd_set_param command $PROG -C $CONFIGFILE -k -x /var/run/dnsmasq/dnsmasq."$cfg".pid procd_

[OpenWrt-Devel] [PATCH 3/3] network/services/dnsmasq: Set the default dhcp lease file and resolv file

2016-01-20 Thread openwrt
;$leasefile" -a \! -e "$leasefile" ] && touch "$leasefile" config_get_bool cachelocal "$cfg" cachelocal 1 + config_get_bool noresolv "$cfg" noresolv 0 + if [ "$noresolv" != "1" ]; then + config_get resolvfile "$cfg" resolvfile "/tmp/resolv.conf.auto" + # So jail doesn't complain if file missing + [ -n "$resolvfile" -a \! -e "$resolvfile" ] && touch "$resolvfile" + fi + config_get hostsfile "$cfg" dhcphostsfile [ -e "$hostsfile" ] && xappend "--dhcp-hostsfile=$hostsfile" -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] package/config/netifd: Replace ifconfig/route with ip command

2016-01-20 Thread openwrt
default/ {print "ip route del "$1" via "$3";"} ') } @@ -41,7 +55,7 @@ setup_interface() { applied= case "$1" in deconfig) - ifconfig "$interface" 0.0.0.0 + ip -f inet addr flush dev "$interface" ;; renew) setup_interface update -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 4/8] ramips: Translate the build all profiles profile to new multi-profile config

2016-01-20 Thread openwrt
ips/rt3883/target.mk +++ b/target/linux/ramips/rt3883/target.mk @@ -8,6 +8,7 @@ ARCH_PACKAGES:=ramips_24kec FEATURES+=usb pci CPU_TYPE:=74kc CPU_SUBTYPE:=dsp2 +TARGET_MULTI_SELECT:=1 DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc -- 2.4.3 _____

[OpenWrt-Devel] [PATCH 5/8] mvebu: Translate the build all profiles profile to new multi-profile config

2016-01-20 Thread openwrt
le/Unified/Description + Build all selected images with a profile that is the merge of all selected profiles. +endef + +$(eval $(call Profile,Unified)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-b

[OpenWrt-Devel] [PATCH 1/8] build metadata: Allow to build a subset of profiles in a single build

2016-01-20 Thread openwrt
s/00-default.mk index 7007c5d..2a8dc44 100644 --- a/target/linux/ramips/rt3883/profiles/00-default.mk +++ b/target/linux/ramips/rt3883/profiles/00-default.mk @@ -7,7 +7,6 @@ define Profile/Default NAME:=Default Profile - PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig endef define Profile/Default/Description diff --git a/target/linux/ramips/rt3883/profiles/-defaults.mk b/target/linux/ramips/rt3883/profiles/-defaults.mk new file mode 100644 index 000..c1bd339 --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/-defaults.mk @@ -0,0 +1,11 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profiles/Defaults + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig +endef + -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 8/8] kirkwood: Translate the build all profiles profile to new multi-profile config

2016-01-20 Thread openwrt
-thermal-kirkwood \ kmod-mwl8k swconfig wpad-mini + PROFILE_DEFAULT:=1 endef define Profile/Generic/Description -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt

[OpenWrt-Devel] [PATCH 6/8] adm5120: Translate the build all profiles profile to new multi-profile config

2016-01-20 Thread openwrt
uashfs tgz +TARGET_MULTI_SELECT:=1 define Target/Description Build firmware images for Infineon/ADMtek ADM5120 based boards -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 3/8] at91: Translate the build all profiles profile to new multi-profile config

2016-01-20 Thread openwrt
=cortex-a5 +TARGET_MULTI_SELECT:=0 DEFAULT_PACKAGES += kmod-usb2 -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/8] ar71xx: Enable mult-profile select

2016-01-20 Thread openwrt
Build firmware images for Atheros AR71xx/AR913x based boards with NAND flash, e.g. Netgear WNDR4300. -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 7/8] brcm63xx: Translate the build all profiles profile to new multi-profile config

2016-01-20 Thread openwrt
-1,4 +1,5 @@ BOARDNAME:=smp +TARGET_MULTI_SELECT:=1 define Target/Description Build firmware images for BCM63XX boards with SMP support. -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailma

[OpenWrt-Devel] [PATCH] package/network/config/qos-scripts: Drop ifconfig and use ip command instead

2016-01-20 Thread openwrt
ault ${class_default}0 tc class add dev $dev parent 1: classid 1:1 hfsc sc rate ${rate}kbit ul rate ${rate}kbit" -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] package/config/netifd: Replace ifconfig/route with ip command

2016-01-20 Thread openwrt
eval $(ip route | awk ' + /^default\Wvia\W('$valid_gw')/ {next} + /^default/ {print "ip route del "$1" via "$3";"} ') } @@ -41,7 +53,7 @@ setup_interface() { applied= c

[OpenWrt-Devel] [PATCH] network/services/dnsmasq: Use user:group dnsmasq:dnsmasq for dnsmasq

2016-01-20 Thread openwrt
"$TIMESTAMPFILE" fi # if we did this last, we could override auto-generated config -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] target/imagebuilder: Add ability to override image generation options

2016-01-20 Thread openwrt
/null +++ b/target/imagebuilder/files/image-override.mk @@ -0,0 +1,4 @@ + +# Defaults to whatever is in .config; edit this file to change +# settings from their defaults + -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/3] package/network/utils/iproute: ip-full/busybox provides ip

2016-01-20 Thread openwrt
:=1 endef -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 3/3] package/network/config/qos-scripts: Drop ifconfig and use ip command instead

2016-01-20 Thread openwrt
del dev $dev root >&- 2>&- tc qdisc add dev $dev root handle 1: hfsc default ${class_default}0 tc class add dev $dev parent 1: classid 1:1 hfsc sc rate ${rate}kbit ul rate ${rate}kbit" -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/3] packaget/network/services/openvpn: Drop ifconfig/route in favour of ip

2016-01-20 Thread openwrt
ONFIG_OPENVPN_NOSSL:=y endif CONFIGURE_VARS += \ - IFCONFIG=/sbin/ifconfig \ - ROUTE=/sbin/route \ IPROUTE=/sbin/ip \ NETSTAT=/sbin/netstat -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 3/5] package/utils/util-linux: Allow smooth install/uninstall alongside busybox

2016-01-21 Thread openwrt
) $(1)/usr/bin $(1)/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/script $(1)/bin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/scriptreplay $(1)/usr/bin/ endef -- 2.4.3 ___________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 0/5] Smooth install/uninstall of full version alongside busybox

2016-01-21 Thread openwrt
] package/utils/bzip2: Allow install/uninstall alongside [PATCH 3/5] package/utils/util-linux: Allow smooth install/uninstall [PATCH 4/5] package/network/utils/iproute: Allow smooth [PATCH 5/5] package/network/utils/iputils: Allow smooth ___ openwrt-devel

[OpenWrt-Devel] [PATCH 2/5] package/utils/bzip2: Allow install/uninstall alongside busybox

2016-01-21 Thread openwrt
/bzip2/install - $(INSTALL_DIR) $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/bzip2-shared $(1)/usr/bin/bzip2 + $(INSTALL_DIR) $(1)/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/bzip2-shared $(1)/bin/bzip2 endef HOST_CFLAGS += \ -- 2.4.3 _______ openwrt-

[OpenWrt-Devel] [PATCH 4/5] package/network/utils/iproute: Allow smooth install/uninstall alongside busybox

2016-01-21 Thread openwrt
)/lib/libnetlink.a $(1)/usr/lib/ endef -define Package/ip/install +define Package/ip-tiny/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/bin/ endef -- 2.4.3 ___ openwrt-devel mailing list openwrt

[OpenWrt-Devel] [PATCH 1/5] include/package: Add generic macro for replacing BusyBox applets

2016-01-21 Thread openwrt
(eval $(Package/Default)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 5/5] package/network/utils/iputils: Allow smooth install/uninstall alongside busybox

2016-01-21 Thread openwrt
route6 $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/traceroute6 $(1)/bin/ endef $(eval $(call BuildPackage,iputils-arping)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.o

[OpenWrt-Devel] [PATCH] x86_64: Add missing symbols

2016-01-21 Thread openwrt
IC_LAPTOP is not set CONFIG_PARAVIRT=y CONFIG_PARAVIRT_CLOCK=y # CONFIG_PARAVIRT_DEBUG is not set -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [EXPERIMENTAL] [PATCH] base-files busybox: Detect LXC guest and act appropriately

2016-02-15 Thread openwrt
From: Daniel Dickinson I have a patch that it will be some time before I personally will have some time to test but have noted that there are others interested in LXC on OpenWrt and therefore am tossing out this untested patch in case someone is interested in trying it out. Basically you can

[OpenWrt-Devel] [PATCH] [RESEND] network/services/uhttpd: Add Basic Auth config

2016-02-15 Thread openwrt
et config "$cfg" config + if [ -z "$config" ]; then + mkdir -p /var/etc/uhttpd + httpdconf="/var/etc/uhttpd/httpd.${cfg}.conf" + rm -f ${httpdconf} + config_foreach create_httpauth httpauth "$cfg" + if [ &q

[OpenWrt-Devel] [PATCH 0/2] Using new signing key for SDK built packages

2016-02-15 Thread openwrt
igning-key target/sdk: Use same signing policy _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/2] package/signing-key target/sdk: Use same signing policy for SDK; new key

2016-02-15 Thread openwrt
([^=]+)=(.*)$/; my $var = $1; -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] package/signing-key base-files: Move the package list signing key to separate package

2016-02-15 Thread openwrt
+jsonfilter +SIGNED_PACKAGES:usign +fstools + DEPENDS:=+netifd +libc +procd +jsonfilter +fstools +SIGNED_PACKAGES:signing-key TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) @@ -91,25 +91,11 @@ endef define Build/Compile/Default endef -Build

[OpenWrt-Devel] [PATCH] target/sdk: Allow to configure feeds in SDK

2016-02-15 Thread openwrt
eds" +source "tmp/.config-feeds.in" +endmenu -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/2] [RESEND] package/libs/polarssl: Fix package source variable name

2016-02-15 Thread openwrt
)-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0+ -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] [RESEND] target/sdk: Do not allow SDK to reconfigure already built packages

2016-02-15 Thread openwrt
ackages.mk -rm -f $(SDK_BUILD_DIR)/feeds.conf.default $(if $(BASE_FEED),echo "$(BASE_FEED)" > $(SDK_BUILD_DIR)/feeds.conf.default) if [ -f $(TOPDIR)/feeds.conf ]; then \ -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] [RESEND] base-files image: Require login even on console

2016-02-15 Thread openwrt
hvc0::askfirst:/sbin/login_wrapper +tty1::askfirst:/sbin/login_wrapper -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/2] [RESEND] base-files: Allow to disable failsafe mode

2016-02-15 Thread openwrt
kage/base-files/files/lib/preinit/40_run_failsafe_hook @@ -3,6 +3,9 @@ # Copyright (C) 2010 Vertical Communications run_failsafe_hook() { +if [ "$pi_preinit_no_failsafe" = "y" ]; then + return +fi if [ "$FAILSAFE" = "true" ];

[OpenWrt-Devel] [PATCH 0/8] [RESEND] Allow to build selected set of profile installed of all or one

2016-02-15 Thread openwrt
profiles profile to new [PATCH 7/8] brcm63xx: Translate the build all profiles profile to new [PATCH 8/8] kirkwood: Translate the build all profiles profile to new ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi

[OpenWrt-Devel] [PATCH 3/8] at91: Translate the build all profiles profile to new multi-profile config

2016-02-15 Thread openwrt
=cortex-a5 +TARGET_MULTI_SELECT:=0 DEFAULT_PACKAGES += kmod-usb2 -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 4/8] ramips: Translate the build all profiles profile to new multi-profile config

2016-02-15 Thread openwrt
-- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/8] build metadata: Allow to build a subset of profiles in a single build

2016-02-15 Thread openwrt
s/00-default.mk index 7007c5d..2a8dc44 100644 --- a/target/linux/ramips/rt3883/profiles/00-default.mk +++ b/target/linux/ramips/rt3883/profiles/00-default.mk @@ -7,7 +7,6 @@ define Profile/Default NAME:=Default Profile - PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig endef define Profile/Default/Description diff --git a/target/linux/ramips/rt3883/profiles/-defaults.mk b/target/linux/ramips/rt3883/profiles/-defaults.mk new file mode 100644 index 000..c1bd339 --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/-defaults.mk @@ -0,0 +1,11 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profiles/Defaults + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig +endef + -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/8] ar71xx: Enable mult-profile select

2016-02-15 Thread openwrt
Build firmware images for Atheros AR71xx/AR913x based boards with NAND flash, e.g. Netgear WNDR4300. -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 5/8] mvebu: Translate the build all profiles profile to new multi-profile config

2016-02-15 Thread openwrt
le/Unified/Description + Build all selected images with a profile that is the merge of all selected profiles. +endef + +$(eval $(call Profile,Unified)) -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-b

[OpenWrt-Devel] [PATCH 6/8] adm5120: Translate the build all profiles profile to new multi-profile config

2016-02-15 Thread openwrt
uashfs tgz +TARGET_MULTI_SELECT:=1 define Target/Description Build firmware images for Infineon/ADMtek ADM5120 based boards -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 7/8] brcm63xx: Translate the build all profiles profile to new multi-profile config

2016-02-15 Thread openwrt
-1,4 +1,5 @@ BOARDNAME:=smp +TARGET_MULTI_SELECT:=1 define Target/Description Build firmware images for BCM63XX boards with SMP support. -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailma

[OpenWrt-Devel] [PATCH 8/8] kirkwood: Translate the build all profiles profile to new multi-profile config

2016-02-15 Thread openwrt
-thermal-kirkwood \ kmod-mwl8k swconfig wpad-mini + PROFILE_DEFAULT:=1 endef define Profile/Generic/Description -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt

[OpenWrt-Devel] [PATCH] [RESEND] target/imagebuilder: Add ability to override image generation options

2016-02-16 Thread openwrt
agebuilder/files/image-override.mk new file mode 100644 index 000..72a4cdc --- /dev/null +++ b/target/imagebuilder/files/image-override.mk @@ -0,0 +1,4 @@ + +# Defaults to whatever is in .config; edit this file to change +# settings from their defaults + -- 2.4.3 _____

[OpenWrt-Devel] [EXPERIMENTAL] [PATCH] package/network/services/odhcpd: Allow per-interface leasefiles to work with multiple instance dnsmasq

2016-02-16 Thread openwrt
-19/src/odhcpd.h +@@ -139,6 +139,7 @@ struct interface { + bool ra_not_onlink; + bool ra_advrouter; + bool no_dynamic_dhcp; ++ char *leasefile; + + int learn_routes; + int default_router; -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [EXPERIMENTAL] [PATCH] package/utils/busybox: Make busybox /bin /sbin so full first in /usr/bin /usr/sbin

2016-02-22 Thread openwrt
ts/busybox.mkll +@@ -17,6 +17,7 @@ $HOSTCC -E -DMAKE_LINKS -include $CONFIG + dir=substr($2,7) + gsub("_","/",dir) + if(dir=="/ROOT") dir="" ++ if(substr(dir,1,4)=="/USR") dir=substr(dir,5) + file=$3 + gsub("\""

[OpenWrt-Devel] proto 'none' overwriting tun interfaces

2015-10-12 Thread openwrt
Hi all, I've been compiling OpenWRT builds for my home router (Netgear WNDR3800 and now a WD MyNet N750) for a number of years. I just recently encountered a problem with the OpenVPN tun interfaces are showing up without IP addresses after a reboot. I have the following in my /etc/c

[OpenWrt-Devel] [PATCH 0/9] ar71xx: Add support for three PowerCloud devices

2015-12-09 Thread openwrt
This patch series finally gets the previously attempted PowerCloud device patch series up-to-date with trunk, including using the new image generation Makefile format instead of old-style. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 2/9] ar71xx: PowerCloud CAP324 image generation To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread openwrt
e) alfa_mtdlayout_8M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),1600k(kernel),64k(nvram),64k(art)ro,7744k@0x5(firmware) alfa_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15936k(firmware),64k(nvram),64k(art)ro -- 2.4.3 _________

[OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread openwrt
erCloud Systems CAP324 */ + ATH79_MACH_CAP4200AG, /* Senao CAP4200AG */ + ATH79_MACH_CARAMBOLA2, /* 8devices Carambola2 */ + ATH79_MACH_CPE510, /* TP-LINK CPE510 */ -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 9/9] ar71xx: PowerCloud CR5000 openwrt configuration

2015-12-09 Thread openwrt
From: Daniel Dickinson OpenWrt configuration part of support for the PowerCloud Systems CR5000. The CR5000 is a dual-band 802.11n wireless router with 8MB flash, 64MB RAM, (unused on stock firmware) USB 2.0 port and five port gigabit ethernet switch. The CR5000 was sold as hardware for the

[OpenWrt-Devel] [PATCH 5/9] ar71xx: PowerCloud CR3000 image generation

2015-12-09 Thread openwrt
) +endef + +TARGET_DEVICES += cr3000-nocloud + define Device/tl-wdr7500-v3 $(Device/tplink-8mlzma) BOARDNAME := ARCHER-C7 -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo

[OpenWrt-Devel] [PATCH 7/9] ar71xx: PowerCloud CR5000 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread openwrt
8devices Carambola2 */ + ATH79_MACH_CPE510, /* TP-LINK CPE510 */ + ATH79_MACH_CR3000, /* PowerCloud CR3000 */ ++ ATH79_MACH_CR5000, /* PowerCloud CR5000 */ + ATH79_MACH_DB120, /* Atheros DB120 reference board */ + ATH79_MACH_PB44,

[OpenWrt-Devel] [PATCH 3/9] ar71xx: PowerCloud CAP324 OpenWrt configuration

2015-12-09 Thread openwrt
From: Daniel Dickinson Openwrt configuration part of support for PowerCloud CAP324 Cloud AP. The CAP324 Cloud AP is a device sold by PowerCloud Systems who's stock firmware (CloudCommand) provides 'cloud' based managment of large numbers access points. The CAP324 is a du

[OpenWrt-Devel] [PATCH 6/9] ar71xx: PowerCloud CR3000 OpenWrt configuration

2015-12-09 Thread openwrt
From: Daniel Dickinson OpenWRt configuration part of support for the PowerCloud Systems CR3000. The CR3000 is a 802.11n 2.4 GHz wireless router with 8MB flash, 64MB RAM, a four port gigabit ethernet switch, and a fast ethernet wan port that was sold by PowerCloud Systems as hardware for the

[OpenWrt-Devel] [PATCH 8/9] ar71xx: PowerCloud CR5000 image generation

2015-12-09 Thread openwrt
=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),6400k(rootfs),64k(art)ro,7808k@0x5(firmware) +endef + +TARGET_DEVICES += cr5000-nocloud + define Device/tl-wdr7500-v3 $(Device/tplink-8mlzma) BOARDNAME := ARCHER-C7 -- 2.4.3 ___ openwrt-devel

[OpenWrt-Devel] [PATCH 4/9] ar71xx: PowerCloud CR3000 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread openwrt
Senao CAP4200AG */ + ATH79_MACH_CARAMBOLA2, /* 8devices Carambola2 */ + ATH79_MACH_CPE510, /* TP-LINK CPE510 */ ++ ATH79_MACH_CR3000, /* PowerCloud CR3000 */ + ATH79_MACH_DB120, /* Atheros DB120 reference board */ + A

[OpenWrt-Devel] Add experimental Golang support (GCCGO)

2015-12-09 Thread openwrt
GCC 5 now supports Go 1.4 which is modern enough to make building Go programs practical for systems supported by OpenWrt. (Actually GCCGO which is the GCC-based golang compile which will build Go 1.4 projects but is a different stack than the standard golang environment which does not (to my

[OpenWrt-Devel] [PATCH] [toolchain]: Add experimental GCCGO support

2015-12-09 Thread openwrt
emoved loudly. + noconfigdirs="" + +Index: gcc-5.2.0/configure.ac +======= +--- gcc-5.2.0.orig/configure.ac gcc-5.2.0/configure.ac +@@ -226,7 +226,7 @@ Use a pristine source tree when building + fi + + # Skipdirs are removed silently. +-skipdirs= ++skipdirs=gotools + # Noconfigdirs are removed loudly. + noconfigdirs="" + -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/2] networks/utils/dante: Fix build fails with check format security

2015-12-12 Thread openwrt
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] network/utils/dante: Workaround build error with musl error due to even dante hack

2015-12-12 Thread openwrt
*/ +- +-#endif /* HAVE_LINUX_ECCENTRICITIES */ +- + #include + #if HAVE_SYS_TIME_H + #include +@@ -142,6 +128,7 @@ + #include + #endif /* HAVE_STRINGS_H */ + #include ++ + #include + #if HAVE_LIBWRAP && HAVE_TCPD_H + #include -- 2.4.3 ___ openw

[OpenWrt-Devel] Two fixes for dante

2015-12-12 Thread openwrt
rmat-security violation policy. _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 4/7] ar71xx: PowerCloud CAP324 image generation

2015-12-16 Thread openwrt
)ro,6144k(rootfs),1600k(kernel),64k(nvram),64k(art)ro,7744k@0x5(firmware) alfa_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15936k(firmware),64k(nvram),64k(art)ro -- 2.4.3 _______ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 1/7] ar71xx: Kernel board definition for PowerCloud CAP324

2015-12-16 Thread openwrt
is not set # CONFIG_ATH79_MACH_AW_NR580 is not set +# CONFIG_ATH79_MACH_CAP324 is not set # CONFIG_ATH79_MACH_CAP4200AG is not set # CONFIG_ATH79_MACH_CARAMBOLA2 is not set # CONFIG_ATH79_MACH_DB120 is not set -- 2.4.3 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/7] ar71xx: Kernel board definition for PowerCloud CR3000

2015-12-16 Thread openwrt
--- a/target/linux/ar71xx/nand/config-default +++ b/target/linux/ar71xx/nand/config-default @@ -16,6 +16,7 @@ # CONFIG_ATH79_MACH_CAP324 is not set # CONFIG_ATH79_MACH_CAP4200AG is not set # CONFIG_ATH79_MACH_CARAMBOLA2 is not set +# CONFIG_ATH79_MACH_CR3000 is not set # CONFIG_AT

[OpenWrt-Devel] [PATCH 7/7] ar71xx: PowerCloud CR5000 openwrt configuration

2015-12-16 Thread openwrt
From: Daniel Dickinson OpenWrt configuration part of support for the PowerCloud Systems CR5000. The CR5000 is a dual-band 802.11n wireless router with 8MB flash, 64MB RAM, (unused on stock firmware) USB 2.0 port and five port gigabit ethernet switch. The CR5000 was sold as hardware for the

[OpenWrt-Devel] v2: Add support for three PowerCloud devices

2015-12-16 Thread openwrt
PowerCloud CR3000 [PATCH 3/7] ar71xx: Kernel board definition for PowerCloud CR5000 [PATCH 4/7] ar71xx: PowerCloud CAP324 image generation [PATCH 5/7] ar71xx: PowerCloud CAP324 OpenWrt configuration [PATCH 6/7] ar71xx: PowerCloud CR3000 OpenWrt configuration [PATCH 7/7] ar71xx: PowerCloud CR5000 openwrt

[OpenWrt-Devel] [PATCH 5/7] ar71xx: PowerCloud CAP324 OpenWrt configuration

2015-12-16 Thread openwrt
From: Daniel Dickinson Openwrt configuration part of support for PowerCloud CAP324 Cloud AP. The CAP324 Cloud AP is a device sold by PowerCloud Systems who's stock firmware (CloudCommand) provides 'cloud' based managment of large numbers access points. The CAP324 is a du

  1   2   3   4   5   6   7   8   9   10   >