From patchwork Fri Dec 12 03:17:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Golle X-Patchwork-Id: 420353 X-Patchwork-Delegate: blogic@openwrt.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BE1FC1400B7 for ; Fri, 12 Dec 2014 14:16:40 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id AF99628C115; Fri, 12 Dec 2014 04:14:45 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 4F9B828C113 for ; Fri, 12 Dec 2014 04:14:37 +0100 (CET) X-policyd-weight: using cached result; rate:hard: -7.6 Received: from fudo.makrotopia.org (fudo.makrotopia.org [5.135.190.93]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 12 Dec 2014 04:14:37 +0100 (CET) Received: from local by fudo.makrotopia.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1XzGiM-0003Yu-DN; Fri, 12 Dec 2014 04:16:22 +0100 Date: Fri, 12 Dec 2014 04:17:18 +0100 From: Daniel Golle To: openwrt-devel@lists.openwrt.org Message-ID: <20141212031713.GA16990@makrotopia.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [OpenWrt-Devel] [PATCH 1/2] oxnas: clean up default package selection X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Daniel Golle --- target/linux/oxnas/Makefile | 2 +- target/linux/oxnas/profiles/100-Generic.mk | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index d957fca..e0f2d4c 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-button-hotplug kmod-input-gpio-keys-polled kmod-leds-gpio \ - kmod-i2c-gpio uboot-envtools uboot-oxnas-ox820 + kmod-usb2-oxnas uboot-envtools uboot-oxnas-ox820 KERNELNAME:=zImage dtbs diff --git a/target/linux/oxnas/profiles/100-Generic.mk b/target/linux/oxnas/profiles/100-Generic.mk index 4e53fcb..a42cd26 100644 --- a/target/linux/oxnas/profiles/100-Generic.mk +++ b/target/linux/oxnas/profiles/100-Generic.mk @@ -7,8 +7,6 @@ define Profile/POGOPLUG_PRO NAME:=PogoPlug Pro - PACKAGES:= \ - uboot-envtools kmod-usb2-oxnas endef define Profile/POGOPLUG_PRO/Description @@ -18,8 +16,6 @@ endef define Profile/POGOPLUG_V3 NAME:=PogoPlug V3 - PACKAGES:= \ - uboot-envtools kmod-usb2-oxnas endef define Profile/POGOPLUG_V3/Description @@ -29,8 +25,6 @@ endef define Profile/STG212 NAME:=MitraStar STG-212 - PACKAGES:= \ - uboot-envtools kmod-usb2-oxnas endef define Profile/STG212/Description @@ -40,8 +34,8 @@ endef define Profile/KD20 NAME:=Shuttle KD20 PACKAGES:= \ - uboot-envtools kmod-usb2-oxnas kmod-usb3 kmod-usb-storage \ - kmod-rtc-pcf8563 kmod-gpio-beeper + kmod-usb3 kmod-usb-storage \ + kmod-i2c-gpio kmod-rtc-pcf8563 kmod-gpio-beeper endef define Profile/KD20/Description