diff options
-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. |