diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/alix1c/device.mk | 4 | ||||
-rw-r--r-- | target/foxboard/Makefile | 3 | ||||
-rw-r--r-- | target/linux/config/Config.in.fs | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/target/alix1c/device.mk b/target/alix1c/device.mk index 8b6b892d7..fb0f58477 100644 --- a/target/alix1c/device.mk +++ b/target/alix1c/device.mk @@ -1,7 +1,7 @@ ARCH:= x86 CPU_ARCH:= i586 -KERNEL_VERSION:= 2.6.30 +KERNEL_VERSION:= 2.6.30.5 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 7a80058a6382e5108cdb5554d1609615 +KERNEL_MD5SUM:= be9c3a697a54ac099c910d068ff0dc03 TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=geode diff --git a/target/foxboard/Makefile b/target/foxboard/Makefile index a72a0b6e1..d688bcd55 100644 --- a/target/foxboard/Makefile +++ b/target/foxboard/Makefile @@ -17,8 +17,7 @@ tools-compile: $(TOOLS_BUILD_DIR) $(INSTALL_BIN) tools/boot_linux $(BIN_DIR)/ kernel-install: tools-compile - PATH='${TARGET_PATH}' \ - mkfimage $(LINUX_DIR)/arch/cris/boot/zImage \ + PATH='${TARGET_PATH}' mkfimage $(LINUX_DIR)/arch/cris/boot/zImage \ $(BIN_DIR)/${DEVICE}-${ARCH}-kernel $(MAKE_TRACE) ifeq ($(FS),squashfs) diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 5b96e96ce..155a14a63 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -188,6 +188,7 @@ config ADK_KPACKAGE_KMOD_UDF_FS prompt "kmod-fs-udf....................... UDF file system support" tristate select ADK_KPACKAGE_KMOD_CRC_ITU_T + depends on !ADK_LINUX_CRIS_FOXBOARD default n help This is the new file system used on some CD-ROMs and DVDs. Say Y if |