summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/qmx6_defconfig4
-rw-r--r--configs/wandboard_defconfig4
2 files changed, 6 insertions, 2 deletions
diff --git a/configs/qmx6_defconfig b/configs/qmx6_defconfig
index fd88e9c36c..143e058cf8 100644
--- a/configs/qmx6_defconfig
+++ b/configs/qmx6_defconfig
@@ -1,6 +1,8 @@
BR2_arm=y
BR2_cortex_a9=y
-BR2_KERNEL_HEADERS_3_0=y
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.0.101"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/congatec/qmx6/post-build.sh"
BR2_LINUX_KERNEL=y
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index 996a70a664..0a6ba5072f 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -1,6 +1,8 @@
BR2_arm=y
BR2_cortex_a9=y
-BR2_KERNEL_HEADERS_3_0=y
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.0.101"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
OpenPOWER on IntegriCloud