diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 17:50:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 17:50:25 +0100 |
commit | 2975c1ab583edcfbb46626f003867738fcb0b556 (patch) | |
tree | f137f3b7fb3f7da70a13a1c429004fd43b59c0b6 | |
parent | e8f722605fe76b8de459ca4ef96b894863ca85d0 (diff) | |
parent | cdbf5beb73ddfc1992b2ac453eb123d7db3aca2c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r-- | package/python2/Makefile | 2 | ||||
-rw-r--r-- | target/config/Config.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index 6d28fb10a..933947523 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -13,7 +13,7 @@ PKG_BUILDDEP:= autotool libffi python2-host PKG_DEPENDS:= libpthread libffi libgcc PKG_URL:= http://www.python.org/ PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/ -PKG_OPTS:= dev noscripts +PKG_OPTS:= dev PKG_HOST_DEPENDS:= !netbsd !openbsd diff --git a/target/config/Config.in b/target/config/Config.in index e59b86010..f551e21a0 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -669,7 +669,6 @@ config ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK ADK_LINUX_X86_64 || \ ADK_LINUX_NATIVE depends on !ADK_HARDWARE_VBOX - depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI select ADK_KERNEL_EXT2_FS help create an read-only initramfs system. |