summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-28 09:47:18 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-28 09:47:18 +0100
commit7214b10f9ca2e5be8f3e479b59d3edf2ddffd7e7 (patch)
tree01f3089493ee8c88caa81ea3d24fe014cc898456 /target/config
parentf4d07b4d155c15a640692a9b0d44303e32110ece (diff)
parentd3edb850913a1c0beafa427661ac996f76a47589 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernel1
-rw-r--r--target/config/Config.in.target8
2 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in.kernel b/target/config/Config.in.kernel
index 5e52c8283..54978914c 100644
--- a/target/config/Config.in.kernel
+++ b/target/config/Config.in.kernel
@@ -67,4 +67,5 @@ config ADK_TARGET_KERNEL_MINICONFIG
default "generic-pc" if ADK_TARGET_SYSTEM_GENERIC_PC
default "pcengines-apu" if ADK_TARGET_SYSTEM_PCENGINES_APU
default "atmel-ngw100" if ADK_TARGET_SYSTEM_ATMEL_NGW100
+ default "apple-macmini" if ADK_TARGET_SYSTEM_APPLE_MACMINI
diff --git a/target/config/Config.in.target b/target/config/Config.in.target
index 9cc227d9b..5d82bb6c0 100644
--- a/target/config/Config.in.target
+++ b/target/config/Config.in.target
@@ -264,6 +264,7 @@ config ADK_TARGET_ROOTFS
config ADK_PACKAGE_SUFFIX
string
default "ipk" if ADK_TARGET_PACKAGE_IPKG
+ default "ipk" if ADK_TARGET_PACKAGE_OPKG
default "tar.xz" if ADK_TARGET_PACKAGE_TXZ
help
@@ -285,6 +286,13 @@ config ADK_TARGET_PACKAGE_IPKG
select BUSYBOX_IPKG
help
Create ipkg packages and use ipkg package management on the target.
+
+config ADK_TARGET_PACKAGE_OPKG
+ boolean
+ prompt "opkg"
+ select ADK_PACKAGE_OPKG
+ help
+ Create opkg packages and use opkg package management on the target.
endchoice