diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 23:25:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 23:25:30 +0100 |
commit | f998221406653b1192796a2ed37d1791d64df9a7 (patch) | |
tree | e7e98e72571ce04198bf688ddeca7eef0dc06320 | |
parent | 4ec1361235a61c59e2e89a821b2e493249616b48 (diff) |
change defaults
-rw-r--r-- | package/iw/Makefile | 1 | ||||
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 | ||||
-rw-r--r-- | target/Config.in | 19 |
3 files changed, 13 insertions, 9 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile index cfd27d041..aec09b219 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -14,6 +14,7 @@ PKG_BUILDDEP:= libnl PKG_URL:= http://wireless.kernel.org/en/users/Documentation/iw PKG_SITES:= http://wireless.kernel.org/download/iw/ +PKG_DFLT_IW:= y if ADK_HARDWARE_IBMX40 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include ${TOPDIR}/mk/package.mk diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 104e98c5e..9ccacb3a2 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= libnl PKG_BUILDDEP:= libnl PKG_SITES:= http://hostap.epitest.fi/releases/ +PKG_DFLT_WPA_SUPPLICANT:= y if ADK_HARDWARE_IBMX40 + WRKSRC= ${WRKDIST}/${PKG_NAME} PKG_CHOICES:= WITH_OPENSSL WITH_GNUTLS diff --git a/target/Config.in b/target/Config.in index b243ddc2a..a28f4bb29 100644 --- a/target/Config.in +++ b/target/Config.in @@ -875,15 +875,8 @@ config ADK_COMPRESSION_TOOL choice prompt "Root filesystem type" - depends on ADK_TARGET_ROOTFS_ARCHIVE - default ADK_TARGET_ROOT_EXT2_FS - -config ADK_TARGET_ROOT_XFS - boolean - prompt "XFS filesystem" - select ADK_KERNEL_XFS_FS - help - Compile XFS filesystem into kernel and use it as root filesystem. +depends on ADK_TARGET_ROOTFS_ARCHIVE +default ADK_TARGET_ROOT_EXT2_FS config ADK_TARGET_ROOT_EXT2 boolean @@ -906,6 +899,14 @@ config ADK_TARGET_ROOT_EXT4 help Compile EXT4 filesystem into kernel and use it as root filesystem. +config ADK_TARGET_ROOT_XFS + boolean + prompt "XFS filesystem" + select ADK_KERNEL_XFS_FS + help + Compile XFS filesystem into kernel and use it as root filesystem. + + endchoice config ADK_TARGET_ROOTFS |