From f9dbebde256ec6c5bdcd5ec9318d5a312ae62198 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Jun 2009 23:05:23 +0200 Subject: update packages, fix rb532 ext2 rootfs - update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532 --- target/Config.in | 2 ++ target/linux/config/Config.in.block | 4 ++++ target/rb532/Makefile | 5 ++++- target/rb532/kernel.config | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) (limited to 'target') diff --git a/target/Config.in b/target/Config.in index b9703121f..b4c6fb06b 100644 --- a/target/Config.in +++ b/target/Config.in @@ -380,6 +380,8 @@ config ADK_TARGET_ROOTFS_EXT2_CF bool "read-write filesystem for compact flash (ext2)" depends on ADK_LINUX_X86_ALIX1C || ADK_LINUX_MIPS_RB532 select ADK_KERNEL_EXT2_FS + select ADK_KERNEL_SCSI + select ADK_KERNEL_BLK_DEV_SD help Use this option if you have a compact flash inside your hardware and want to boot from it. diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index 7bd303c60..1c9f0aa49 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -36,6 +36,10 @@ config ADK_KERNEL_SCSI boolean default n +config ADK_KERNEL_BLK_DEV_SD + boolean + default n + #config ADK_KERNEL_IDE # boolean # default n diff --git a/target/rb532/Makefile b/target/rb532/Makefile index 9fd876291..f9b05d2d9 100644 --- a/target/rb532/Makefile +++ b/target/rb532/Makefile @@ -7,8 +7,11 @@ include $(TOPDIR)/mk/modules.mk include $(TOPDIR)/mk/kernel-build.mk include $(TOPDIR)/mk/image.mk +OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id + kernel-install: - cp $(LINUX_DIR)/vmlinux $(BIN_DIR)/${DEVICE}-${ARCH}-kernel + $(KERNEL_CROSS)objcopy $(OSTRIP) -S $(LINUX_DIR)/vmlinux \ + $(BIN_DIR)/${DEVICE}-${ARCH}-kernel ifeq ($(FS),ext2-cf) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) diff --git a/target/rb532/kernel.config b/target/rb532/kernel.config index 5f284f91f..b5a78d466 100644 --- a/target/rb532/kernel.config +++ b/target/rb532/kernel.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.30 -# Fri Jun 19 11:43:06 2009 +# Sat Jun 27 21:41:18 2009 # CONFIG_MIPS=y -- cgit v1.2.3