From d34047bc44fd01707a5ef603039775967af5b354 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 5 Jan 2009 13:40:09 +0000 Subject: [PATCH] bump sibyte to 2.6.28 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13875 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/sibyte/Makefile | 8 ++++++-- target/linux/sibyte/base-files/etc/inittab | 2 +- target/linux/sibyte/config-default | 10 +++++++++- target/linux/sibyte/image/Makefile | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/target/linux/sibyte/Makefile b/target/linux/sibyte/Makefile index 504b45e12..b54f034a2 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,8 +11,12 @@ BOARD:=sibyte BOARDNAME:=Broadcom/SiByte SB-1 FEATURES:=broken -LINUX_VERSION:=2.6.26.8 +LINUX_VERSION:=2.6.28 include $(INCLUDE_DIR)/target.mk +define Target/Description + Build firmware images for Broadcom/SiByte SB-1 boards +endef + $(eval $(call BuildTarget)) diff --git a/target/linux/sibyte/base-files/etc/inittab b/target/linux/sibyte/base-files/etc/inittab index a6f4e17f0..4409b3974 100644 --- a/target/linux/sibyte/base-files/etc/inittab +++ b/target/linux/sibyte/base-files/etc/inittab @@ -1,5 +1,5 @@ # Copyright (C) 2006 OpenWrt.org ::sysinit:/etc/init.d/rcS -duart/0::askfirst:/bin/ash --login +duart0::askfirst:/bin/ash --login #tts/1::askfirst:/bin/ash --login diff --git a/target/linux/sibyte/config-default b/target/linux/sibyte/config-default index ce5ed4ca0..b0ce7f189 100644 --- a/target/linux/sibyte/config-default +++ b/target/linux/sibyte/config-default @@ -25,6 +25,7 @@ CONFIG_CFE=y CONFIG_CLASSIC_RCU=y # CONFIG_CLS_U32_MARK is not set # CONFIG_CLS_U32_PERF is not set +CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=duart0,115200 init=/etc/preinit" CONFIG_COMPAT=y # CONFIG_CONFIGFS_FS is not set CONFIG_CONNECTOR=m @@ -98,7 +99,7 @@ CONFIG_HZ_250=y # CONFIG_IEEE80211 is not set CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_INITRAMFS_ROOT_UID=0 -CONFIG_INITRAMFS_SOURCE="../root" +CONFIG_INITRAMFS_SOURCE="../../root" CONFIG_INPUT=m # CONFIG_IP6_NF_MATCH_FRAG is not set # CONFIG_IP6_NF_MATCH_HL is not set @@ -122,9 +123,13 @@ CONFIG_IRQ_CPU=y CONFIG_LOG_BUF_SHIFT=15 # CONFIG_MACH_ALCHEMY is not set # CONFIG_MACH_DECSTATION is not set +# CONFIG_MACH_EMMA is not set # CONFIG_MACH_JAZZ is not set +# CONFIG_MACH_TX39XX is not set +# CONFIG_MACH_TX49XX is not set # CONFIG_MACH_VR41XX is not set # CONFIG_MDIO_BITBANG is not set +# CONFIG_MIKROTIK_RB532 is not set CONFIG_MINI_FO=m CONFIG_MIPS=y CONFIG_MIPS32_COMPAT=y @@ -189,6 +194,8 @@ CONFIG_MTD_PHYSMAP_START=0x8000000 # CONFIG_NET_PKTGEN is not set # CONFIG_NET_SCH_NETEM is not set # CONFIG_NO_IOPORT is not set +# CONFIG_NXP_STB220 is not set +# CONFIG_NXP_STB225 is not set # CONFIG_N_HDLC is not set CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PAGE_SIZE_16KB is not set @@ -203,6 +210,7 @@ CONFIG_PHYLIB=y # CONFIG_PNX8550_STB810 is not set # CONFIG_PPP_MULTILINK is not set # CONFIG_PPP_SYNC_TTY is not set +# CONFIG_PROBE_INITRD_HEADER is not set # CONFIG_PROC_KCORE is not set # CONFIG_QSEMI_PHY is not set # CONFIG_REALTEK_PHY is not set diff --git a/target/linux/sibyte/image/Makefile b/target/linux/sibyte/image/Makefile index 43ac67629..58c6bbd24 100644 --- a/target/linux/sibyte/image/Makefile +++ b/target/linux/sibyte/image/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/image.mk #endef define Image/BuildKernel - cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-vmlinux + cp $(LINUX_DIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-vmlinux endef define Image/Build -- 2.35.1