What I mean is target/linux/generic-2.6/config-2.6.28.
On Mon, Oct 12, 2009 at 1:23 PM, Bayram Kurumahmut <bayram.kurumah...@gmail.com> wrote: > Hi Florian, comments inline... > > On Mon, Oct 12, 2009 at 11:56 AM, Florian Fainelli <flor...@openwrt.org> > wrote: >> >> Hello Bayram, >> >> On Friday 09 October 2009 12:56:59 Bayram Kurumahmut wrote: >> > add IP7160RGW subtarget and kernel configs >> > add RouterGateway/VPNGateway profiles and initramfs files >> > >> > Signed-off-by: Bayram Kurumahmut <kbay...@ubicom.com> >> > --- >> > target/linux/ubicom32/.gitignore | 1 + >> > .../ubicom32/IP7160RGW/config-2.6.28.RouterGateway | 328 >> > ++++++++++++++++++ .../ubicom32/IP7160RGW/config-2.6.28.VPNGateway | >> > 349 ++++++++++++++++++++ .../IP7160RGW/profiles/100-RouterGateway.mk >> > | 19 + >> > .../ubicom32/IP7160RGW/profiles/200-VPNGateway.mk | 19 + >> > target/linux/ubicom32/IP7160RGW/target.mk | 5 + >> > target/linux/ubicom32/Makefile | 8 + >> > target/linux/ubicom32/config-2.6.28 | 169 ---------- >> > .../ubicom32/image/RouterGateway_initramfs_list | 238 +++++++++++++ >> > .../linux/ubicom32/image/VPNGateway_initramfs_list | 238 +++++++++++++ >> > 10 files changed, 1205 insertions(+), 169 deletions(-) >> > create mode 100644 target/linux/ubicom32/.gitignore >> > create mode 100644 >> > target/linux/ubicom32/IP7160RGW/config-2.6.28.RouterGateway create mode >> > 100644 target/linux/ubicom32/IP7160RGW/config-2.6.28.VPNGateway create mode >> > 100644 target/linux/ubicom32/IP7160RGW/profiles/100-RouterGateway.mk create >> > mode 100644 target/linux/ubicom32/IP7160RGW/profiles/200-VPNGateway.mk >> > create mode 100644 target/linux/ubicom32/IP7160RGW/target.mk >> > delete mode 100755 target/linux/ubicom32/config-2.6.28 >> > create mode 100644 >> > target/linux/ubicom32/image/RouterGateway_initramfs_list create mode 100644 >> > target/linux/ubicom32/image/VPNGateway_initramfs_list >> > >> > diff --git a/target/linux/ubicom32/.gitignore >> > b/target/linux/ubicom32/.gitignore new file mode 100644 >> > index 0000000..076b3e5 >> > --- /dev/null >> > +++ b/target/linux/ubicom32/.gitignore >> > @@ -0,0 +1 @@ >> > +config-2.6.28 >> > diff --git a/target/linux/ubicom32/IP7160RGW/config-2.6.28.RouterGateway >> > b/target/linux/ubicom32/IP7160RGW/config-2.6.28.RouterGateway new file mode >> > 100644 >> > index 0000000..e68a8b3 >> >> Your configuration file contains a lot of items that are already in the >> generic >> configuration, try to remove as many items as you can. > [BK] I couldn't see any duplication between target/linux/config-2.6.28 > and these kernel config files. Is the generic file I am looking at > correct? > >> >> > --- /dev/null >> > +++ b/target/linux/ubicom32/IP7160RGW/config-2.6.28.RouterGateway >> > @@ -0,0 +1,328 @@ >> > +CONFIG_RAMBASE=0x40000000 >> > +# CONFIG_BRD_8MB is not set >> > +# CONFIG_BRD_16MB is not set >> > +# CONFIG_BRD_64MB is not set >> > +CONFIG_BRD_32MB=y >> > +# CONFIG_BRD_128MB is not set >> > +# CONFIG_BRD_256MB is not set >> > +CONFIG_UBICOM32=y >> > +CONFIG_RAMKERNEL=y >> > +CONFIG_CPU_BIG_ENDIAN=y >> > +CONFIG_FORCE_MAX_ZONEORDER=14 >> > +CONFIG_HAVE_CLK=y >> > +# CONFIG_MMU is not set >> > +# CONFIG_FPU is not set >> > +# CONFIG_ARCH_HAS_ILOG2_U32 is not set >> > +# CONFIG_ARCH_HAS_ILOG2_U64 is not set >> > +CONFIG_GENERIC_FIND_NEXT_BIT=y >> > +CONFIG_GENERIC_GPIO=y >> > +CONFIG_GPIOLIB=y >> > +CONFIG_TIME_LOW_RES=y >> > +CONFIG_GENERIC_CLOCKEVENTS=y >> > +CONFIG_NO_IOPORT=y >> > +CONFIG_ARCH_SUPPORTS_AOUT=y >> > +CONFIG_IRQ_PER_CPU=y >> > +CONFIG_UBICOM32_V4=y >> > +# CONFIG_NOBOARD is not set >> > +# CONFIG_IP5170DPF is not set >> > +# CONFIG_IP5160DEV is not set >> > +# CONFIG_IP5160EVAL is not set >> > +# CONFIG_IP7145DPF is not set >> > +CONFIG_IP7160RGW=y >> > +# CONFIG_IP7160BRINGUP is not set >> > +# CONFIG_IP7160DPF is not set >> > +# CONFIG_IP7500MODULE is not set >> > +# CONFIG_IP7500AV is not set >> > +# CONFIG_IP7500MEDIA is not set >> > +# CONFIG_SMP is not set >> > +CONFIG_TIMER_EXTRA_ALLOC=0 >> > +# CONFIG_IRQSTACKS is not set >> > +CONFIG_UBICOM32_OCM_MODULES=y >> > +CONFIG_OCM_MODULES_RESERVATION=41 >> > +CONFIG_OCM_MODULES_MAY_CONSUME_REMAINING_CODESPACE=y >> > +# CONFIG_OCM_MODULES_FALLBACK_TO_DDR is not set >> > +CONFIG_RAMSIZE=0x4000000 >> > +CONFIG_KERNELBASE=0x40400000 >> > +# CONFIG_LINKER_RELAXATION is not set >> > +CONFIG_PCI=y >> > +# CONFIG_ARCH_SUPPORTS_MSI is not set >> > +# CONFIG_PCI_DEBUG is not set >> > +CONFIG_PCI_DEV0_IDSEL=0x001000000 >> > +CONFIG_PCI_DEV1_IDSEL=0x002000000 >> > +CONFIG_UBICOM_INPUT=y >> > +# CONFIG_UBICOM_INPUT_I2C is not set >> > +CONFIG_UBICOM_SWITCH=y >> > +CONFIG_UBICOM_SWITCH_BCM539X=y >> > +# CONFIG_UBICOM_HID is not set >> > +CONFIG_CMDLINE_BOOL=y >> > +CONFIG_CMDLINE="console=ttyUM0 console=ttyUS0 >> > serdes=0x02004000,61,250000000" +# CONFIG_CMDLINE_OVERRIDE is not set >> > +CONFIG_PROTECT_KERNEL=y >> > +# CONFIG_NO_KERNEL_MSG is not set >> > +CONFIG_EARLY_PRINTK=y >> > +# CONFIG_STOP_ON_TRAP is not set >> > +# CONFIG_STOP_ON_BUG is not set >> > +# CONFIG_DEBUG_IRQMEASURE is not set >> > +# CONFIG_DEBUG_PCIMEASURE is not set >> > +# CONFIG_ACCESS_OK_CHECKS_ENABLED is not set >> > +CONFIG_UNALIGNED_ACCESS_ENABLED=y >> > +# CONFIG_UNALIGNED_ACCESS_USERSPACE_ONLY is not set >> > +# CONFIG_UNALIGNED_ACCESS_DISABLED is not set >> > +# CONFIG_DEBUG_STACKOVERFLOW is not set >> > +# CONFIG_DEBUG_STACK_USAGE is not set >> > +CONFIG_PRINTK_TIME=y >> > +CONFIG_ENABLE_MUST_CHECK=y >> > +# CONFIG_DEBUG_FS is not set >> > +CONFIG_DEBUG_KERNEL=y >> > +# CONFIG_DEBUG_SHIRQ is not set >> > +# CONFIG_DETECT_SOFTLOCKUP is not set >> > +# CONFIG_SCHED_DEBUG is not set >> > +# CONFIG_SCHEDSTATS is not set >> > +# CONFIG_TIMER_STATS is not set >> > +# CONFIG_DEBUG_OBJECTS is not set >> > +# CONFIG_DEBUG_SLAB is not set >> > +# CONFIG_DEBUG_SPINLOCK is not set >> > +# CONFIG_DEBUG_MUTEXES is not set >> > +# CONFIG_DEBUG_LOCK_ALLOC is not set >> > +# CONFIG_PROVE_LOCKING is not set >> > +# CONFIG_LOCK_STAT is not set >> > +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set >> > +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set >> > +# CONFIG_DEBUG_KOBJECT is not set >> > +CONFIG_DEBUG_INFO=y >> > +# CONFIG_DEBUG_VM is not set >> > +# CONFIG_DEBUG_WRITECOUNT is not set >> > +# CONFIG_DEBUG_LIST is not set >> > +# CONFIG_DEBUG_SG is not set >> > +# CONFIG_FRAME_POINTER is not set >> > +# CONFIG_BOOT_PRINTK_DELAY is not set >> > +# CONFIG_RCU_TORTURE_TEST is not set >> > +# CONFIG_BACKTRACE_SELF_TEST is not set >> > +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set >> > +# CONFIG_FAULT_INJECTION is not set >> > +# CONFIG_SYSCTL_SYSCALL_CHECK is not set >> > +# CONFIG_BOOT_TRACER is not set >> > +CONFIG_BINFMT_ELF_FDPIC=y >> > +CONFIG_BINFMT_FLAT=y >> > +CONFIG_BINFMT_ZFLAT=y >> > +# CONFIG_BINFMT_SHARED_FLAT is not set >> > +# CONFIG_BSD_PROCESS_ACCT is not set >> > +CONFIG_SYSFS_DEPRECATED=y >> > +CONFIG_SYSFS_DEPRECATED_V2=y >> > +CONFIG_INITRAMFS_SOURCE="../romfs >> > ../vendors/Ubicom/RouterGateway/initramfs_list" >> > +CONFIG_INITRAMFS_ROOT_UID=0 >> > +CONFIG_INITRAMFS_ROOT_GID=0 >> > +CONFIG_CC_OPTIMIZE_FOR_SIZE=y >> > +# CONFIG_FUTEX is not set >> > +# CONFIG_EPOLL is not set >> > +# CONFIG_SIGNALFD is not set >> > +# CONFIG_TIMERFD is not set >> > +# CONFIG_EVENTFD is not set >> > +CONFIG_HAVE_OPROFILE=y >> > +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set >> > +CONFIG_TINY_SHMEM=y >> > +CONFIG_BASE_SMALL=0 >> > +CONFIG_MODULE_FORCE_LOAD=y >> > +# CONFIG_MODULE_UNLOAD is not set >> > +# CONFIG_IOSCHED_DEADLINE is not set >> > +# CONFIG_DEFAULT_DEADLINE is not set >> > +CONFIG_DEFAULT_NOOP=y >> > +CONFIG_DEFAULT_IOSCHED="noop" >> > +CONFIG_CLASSIC_RCU=y >> > +CONFIG_TICK_ONESHOT=y >> > +CONFIG_NO_HZ=y >> > +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y >> > +CONFIG_PAGEFLAGS_EXTENDED=y >> > +# CONFIG_PACKET_MMAP is not set >> > +# CONFIG_IP_MULTIPLE_TABLES is not set >> > +# CONFIG_IP_ROUTE_MULTIPATH is not set >> > +CONFIG_IP_PNP=y >> > +CONFIG_IP_PNP_DHCP=y >> > +CONFIG_IP_PNP_BOOTP=y >> > +CONFIG_IP_PNP_RARP=y >> > +CONFIG_NET_IPIP=y >> > +CONFIG_NET_IPGRE=y >> > +# CONFIG_NET_IPGRE_BROADCAST is not set >> > +# CONFIG_IP_MROUTE is not set >> > +# CONFIG_ARPD is not set >> > +CONFIG_INET_TUNNEL=y >> > +CONFIG_INET_DIAG=y >> > +CONFIG_INET_TCP_DIAG=y >> > +# CONFIG_TCP_CONG_ADVANCED is not set >> > +CONFIG_TCP_CONG_CUBIC=y >> > +CONFIG_DEFAULT_TCP_CONG="cubic" >> > +CONFIG_NF_CONNTRACK=y >> > +# CONFIG_NF_CONNTRACK_MARK is not set >> > +CONFIG_NF_CT_PROTO_GRE=y >> > +CONFIG_NF_CT_PROTO_SCTP=y >> > +CONFIG_NF_CONNTRACK_PPTP=y >> > +CONFIG_NETFILTER_XTABLES=y >> > +CONFIG_NETFILTER_XT_TARGET_TCPMSS=y >> > +CONFIG_NETFILTER_XT_MATCH_ESP=y >> > +CONFIG_NETFILTER_XT_MATCH_IPRANGE=y >> > +CONFIG_NETFILTER_XT_MATCH_LIMIT=y >> > +CONFIG_NETFILTER_XT_MATCH_MAC=y >> > +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y >> > +CONFIG_NETFILTER_XT_MATCH_SCTP=y >> > +CONFIG_NETFILTER_XT_MATCH_STATE=y >> > +CONFIG_NETFILTER_XT_MATCH_STRING=y >> > +CONFIG_NETFILTER_XT_MATCH_TCPMSS=y >> > +CONFIG_NF_DEFRAG_IPV4=y >> > +CONFIG_NF_CONNTRACK_IPV4=y >> > +CONFIG_IP_NF_IPTABLES=y >> > +CONFIG_IP_NF_MATCH_AH=y >> > +CONFIG_IP_NF_MATCH_TTL=y >> > +CONFIG_IP_NF_FILTER=y >> > +CONFIG_IP_NF_TARGET_REJECT=y >> > +CONFIG_IP_NF_TARGET_LOG=y >> > +CONFIG_NF_NAT=y >> > +CONFIG_IP_NF_TARGET_MASQUERADE=y >> > +CONFIG_IP_NF_TARGET_NETMAP=y >> > +CONFIG_IP_NF_TARGET_REDIRECT=y >> > +CONFIG_NF_NAT_SNMP_BASIC=y >> > +CONFIG_NF_NAT_PROTO_GRE=y >> > +CONFIG_NF_NAT_PROTO_SCTP=y >> > +CONFIG_NF_NAT_PPTP=y >> > +CONFIG_IP_NF_MANGLE=y >> > +CONFIG_IP_NF_TARGET_TTL=y >> > +# CONFIG_NET_SCHED is not set >> > +# CONFIG_HAMRADIO is not set >> > +# CONFIG_WIRELESS_OLD_REGULATORY is not set >> > +# CONFIG_FW_LOADER is not set >> > +# CONFIG_DEBUG_DRIVER is not set >> > +# CONFIG_DEBUG_DEVRES is not set >> > +CONFIG_MTD_CMDLINE_PARTS=y >> > +# CONFIG_MTD_CFI is not set >> > +# CONFIG_MTD_COMPLEX_MAPPINGS is not set >> > +CONFIG_MTD_UBI32_M25P80=y >> > +CONFIG_BLK_DEV_RAM=y >> > +CONFIG_BLK_DEV_RAM_COUNT=16 >> > +CONFIG_BLK_DEV_RAM_SIZE=4096 >> > +# CONFIG_MISC_DEVICES is not set >> > +CONFIG_SCSI=y >> > +CONFIG_BLK_DEV_SD=y >> > +CONFIG_BLK_DEV_SR=y >> > +CONFIG_BLK_DEV_SR_VENDOR=y >> > +CONFIG_CHR_DEV_SG=y >> > +CONFIG_CHR_DEV_SCH=y >> > +# CONFIG_SCSI_LOWLEVEL is not set >> > +# CONFIG_NET_ETHERNET is not set >> > +CONFIG_UBICOM32_GMAC=y >> > +CONFIG_UBICOM32_NAPI=y >> > +CONFIG_UBICOM32_OCM_FOR_SKB=y >> > +# CONFIG_WLAN_80211 is not set >> > +CONFIG_USB_USBNET=y >> > +CONFIG_USB_NET_AX8817X=y >> > +CONFIG_USB_NET_CDCETHER=y >> > +CONFIG_PPP=y >> > +# CONFIG_PPP_MULTILINK is not set >> > +CONFIG_PPP_ASYNC=y >> > +CONFIG_SLHC=y >> > +# CONFIG_ISDN is not set >> > +CONFIG_INPUT=y >> > +CONFIG_INPUT_POLLDEV=y >> > +# CONFIG_INPUT_MISC is not set >> > +CONFIG_DEVKMEM=y >> > +# CONFIG_SERIAL_8250 is not set >> > +# CONFIG_SERIAL_UBI32_SERDES is not set >> > +CONFIG_SERIAL_UBI32_MAILBOX=y >> > +CONFIG_SERIAL_UBI32_MAILBOX_CONSOLE=y >> > +# CONFIG_SERIAL_UBI32_UARTTIO is not set >> > +# CONFIG_SERIAL_UBI32_UARTTIO_NR_UARTS is not set >> > +# CONFIG_SERIAL_UBI32_UARTTIO_CONSOLE is not set >> > +CONFIG_LEGACY_PTYS=y >> > +CONFIG_LEGACY_PTY_COUNT=256 >> > +CONFIG_HW_RANDOM=y >> > +CONFIG_HW_RANDOM_UBICOM32=y >> > +# CONFIG_RTC is not set >> > +# CONFIG_GEN_RTC is not set >> > +CONFIG_DEVPORT=y >> > +# CONFIG_I2C is not set >> > +CONFIG_SPI=y >> > +CONFIG_SPI_MASTER=y >> > +CONFIG_SPI_BITBANG=y >> > +CONFIG_SPI_UBICOM32_GPIO=y >> > +# CONFIG_SPI_SPIDEV is not set >> > +# CONFIG_DEBUG_GPIO is not set >> > +CONFIG_UBI32_WDT=y >> > +# CONFIG_VGASTATE is not set >> > +CONFIG_USB_SUPPORT=y >> > +CONFIG_USB=y >> > +CONFIG_USB_DEVICE_CLASS=y >> > +# CONFIG_USB_EHCI_HCD is not set >> > +# CONFIG_USB_UHCI_HCD is not set >> > +CONFIG_USB_MUSB_HDRC=y >> > +# CONFIG_USB_TUSB6010 is not set >> > +CONFIG_USB_MUSB_HOST=y >> > +# CONFIG_USB_MUSB_PERIPHERAL is not set >> > +# CONFIG_USB_MUSB_OTG is not set >> > +CONFIG_USB_MUSB_HDRC_HCD=y >> > +CONFIG_MUSB_PIO_ONLY=y >> > +# CONFIG_USB_MUSB_DEBUG is not set >> > +CONFIG_USB_STORAGE=y >> > +# CONFIG_USB_STORAGE_DATAFAB is not set >> > +# CONFIG_USB_STORAGE_FREECOM is not set >> > +# CONFIG_USB_STORAGE_DPCM is not set >> > +# CONFIG_USB_STORAGE_USBAT is not set >> > +# CONFIG_USB_STORAGE_SDDR09 is not set >> > +# CONFIG_USB_STORAGE_SDDR55 is not set >> > +# CONFIG_USB_STORAGE_JUMPSHOT is not set >> > +# CONFIG_USB_STORAGE_ALAUDA is not set >> > +# CONFIG_USB_STORAGE_KARMA is not set >> > +CONFIG_USB_LIBUSUAL=y >> > +CONFIG_LEDS_GPIO=y >> > +# CONFIG_LEDS_TRIGGERS is not set >> > +CONFIG_EXT2_FS=y >> > +CONFIG_EXT3_FS=y >> > +CONFIG_EXT3_FS_XATTR=y >> > +# CONFIG_EXT3_FS_POSIX_ACL is not set >> > +# CONFIG_EXT3_FS_SECURITY is not set >> > +CONFIG_JBD=y >> > +CONFIG_FS_MBCACHE=y >> > +CONFIG_AUTOFS_FS=y >> > +CONFIG_FAT_FS=y >> > +CONFIG_MSDOS_FS=y >> > +CONFIG_VFAT_FS=y >> > +CONFIG_NTFS_FS=y >> > +CONFIG_NTFS_RW=y >> > +CONFIG_UNION_FS=y >> > +# CONFIG_UNION_FS_XATTR is not set >> > +# CONFIG_UNION_FS_DEBUG is not set >> > +# CONFIG_JFFS2_SUMMARY is not set >> > +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set >> > +CONFIG_ROMFS_FS=y >> > +CONFIG_NFS_FS=y >> > +# CONFIG_NFS_V4 is not set >> > +# CONFIG_ROOT_NFS is not set >> > +CONFIG_LOCKD=y >> > +CONFIG_SUNRPC=y >> > +# CONFIG_BSD_DISKLABEL is not set >> > +CONFIG_LDM_PARTITION=y >> > +CONFIG_LDM_DEBUG=y >> > +CONFIG_NLS=y >> > +CONFIG_NLS_CODEPAGE_437=y >> > +CONFIG_NLS_ASCII=y >> > +CONFIG_NLS_ISO8859_1=y >> > +CONFIG_NLS_ISO8859_15=y >> > +CONFIG_NLS_UTF8=y >> > +CONFIG_CRYPTO_ALGAPI=y >> > +CONFIG_CRYPTO_ALGAPI2=y >> > +CONFIG_CRYPTO_AEAD2=y >> > +CONFIG_CRYPTO_BLKCIPHER=y >> > +CONFIG_CRYPTO_BLKCIPHER2=y >> > +CONFIG_CRYPTO_HASH2=y >> > +CONFIG_CRYPTO_RNG2=y >> > +CONFIG_CRYPTO_MANAGER=y >> > +CONFIG_CRYPTO_MANAGER2=y >> > +CONFIG_CRYPTO_ECB=y >> > +CONFIG_CRYPTO_AES=y >> > +CONFIG_CRYPTO_ARC4=y >> > +CONFIG_CRYPTO_HW=y >> > +# CONFIG_CRYPTO_UBICOM32 is not set >> > +CONFIG_BITREVERSE=y >> > +CONFIG_CRC_CCITT=y >> > +CONFIG_TEXTSEARCH_KMP=y >> > +CONFIG_TEXTSEARCH_BM=y >> > +CONFIG_TEXTSEARCH_FSM=y >> > +CONFIG_HAS_IOMEM=y >> > +CONFIG_HAS_DMA=y >> > diff --git a/target/linux/ubicom32/IP7160RGW/config-2.6.28.VPNGateway >> > b/target/linux/ubicom32/IP7160RGW/config-2.6.28.VPNGateway new file mode >> > 100644 >> > index 0000000..808699c >> > --- /dev/null >> > +++ b/target/linux/ubicom32/IP7160RGW/config-2.6.28.VPNGateway >> > @@ -0,0 +1,349 @@ >> > +CONFIG_RAMBASE=0x40000000 >> > +# CONFIG_BRD_8MB is not set >> > +# CONFIG_BRD_16MB is not set >> > +# CONFIG_BRD_32MB is not set >> > +CONFIG_BRD_64MB=y >> > +# CONFIG_BRD_128MB is not set >> > +# CONFIG_BRD_256MB is not set >> > +CONFIG_UBICOM32=y >> > +CONFIG_RAMKERNEL=y >> > +CONFIG_CPU_BIG_ENDIAN=y >> > +CONFIG_FORCE_MAX_ZONEORDER=14 >> > +CONFIG_HAVE_CLK=y >> > +# CONFIG_MMU is not set >> > +# CONFIG_FPU is not set >> > +# CONFIG_ARCH_HAS_ILOG2_U32 is not set >> > +# CONFIG_ARCH_HAS_ILOG2_U64 is not set >> > +CONFIG_GENERIC_FIND_NEXT_BIT=y >> > +CONFIG_GENERIC_GPIO=y >> > +CONFIG_GPIOLIB=y >> > +CONFIG_TIME_LOW_RES=y >> > +CONFIG_GENERIC_CLOCKEVENTS=y >> > +CONFIG_NO_IOPORT=y >> > +CONFIG_ARCH_SUPPORTS_AOUT=y >> > +CONFIG_IRQ_PER_CPU=y >> > +CONFIG_UBICOM32_V4=y >> > +# CONFIG_NOBOARD is not set >> > +# CONFIG_IP5170DPF is not set >> > +# CONFIG_IP5160DEV is not set >> > +# CONFIG_IP5160EVAL is not set >> > +# CONFIG_IP7145DPF is not set >> > +CONFIG_IP7160RGW=y >> > +# CONFIG_IP7160BRINGUP is not set >> > +# CONFIG_IP7160DPF is not set >> > +# CONFIG_IP7500MODULE is not set >> > +# CONFIG_IP7500AV is not set >> > +# CONFIG_IP7500MEDIA is not set >> > +# CONFIG_SMP is not set >> > +CONFIG_TIMER_EXTRA_ALLOC=0 >> > +# CONFIG_IRQSTACKS is not set >> > +CONFIG_UBICOM32_OCM_MODULES=y >> > +CONFIG_OCM_MODULES_RESERVATION=41 >> > +CONFIG_OCM_MODULES_MAY_CONSUME_REMAINING_CODESPACE=y >> > +# CONFIG_OCM_MODULES_FALLBACK_TO_DDR is not set >> > +CONFIG_RAMSIZE=0x4000000 >> > +CONFIG_KERNELBASE=0x40400000 >> > +# CONFIG_LINKER_RELAXATION is not set >> > +CONFIG_PCI=y >> > +# CONFIG_ARCH_SUPPORTS_MSI is not set >> > +# CONFIG_PCI_DEBUG is not set >> > +CONFIG_PCI_DEV0_IDSEL=0x001000000 >> > +CONFIG_PCI_DEV1_IDSEL=0x002000000 >> > +CONFIG_UBICOM_INPUT=y >> > +# CONFIG_UBICOM_INPUT_I2C is not set >> > +CONFIG_UBICOM_SWITCH=y >> > +CONFIG_UBICOM_SWITCH_BCM539X=y >> > +# CONFIG_UBICOM_HID is not set >> > +CONFIG_CMDLINE_BOOL=y >> > +CONFIG_CMDLINE="console=ttyUM0 console=ttyUS0 >> > serdes=0x02004000,61,250000000" +# CONFIG_CMDLINE_OVERRIDE is not set >> > +CONFIG_PROTECT_KERNEL=y >> > +# CONFIG_NO_KERNEL_MSG is not set >> > +CONFIG_EARLY_PRINTK=y >> > +# CONFIG_STOP_ON_TRAP is not set >> > +# CONFIG_STOP_ON_BUG is not set >> > +# CONFIG_DEBUG_IRQMEASURE is not set >> > +# CONFIG_DEBUG_PCIMEASURE is not set >> > +# CONFIG_ACCESS_OK_CHECKS_ENABLED is not set >> > +CONFIG_UNALIGNED_ACCESS_ENABLED=y >> > +# CONFIG_UNALIGNED_ACCESS_USERSPACE_ONLY is not set >> > +# CONFIG_UNALIGNED_ACCESS_DISABLED is not set >> > +# CONFIG_DEBUG_STACKOVERFLOW is not set >> > +# CONFIG_DEBUG_STACK_USAGE is not set >> > +CONFIG_PRINTK_TIME=y >> > +CONFIG_ENABLE_MUST_CHECK=y >> > +# CONFIG_DEBUG_FS is not set >> > +CONFIG_DEBUG_KERNEL=y >> > +# CONFIG_DEBUG_SHIRQ is not set >> > +# CONFIG_DETECT_SOFTLOCKUP is not set >> > +# CONFIG_SCHED_DEBUG is not set >> > +# CONFIG_SCHEDSTATS is not set >> > +# CONFIG_TIMER_STATS is not set >> > +# CONFIG_DEBUG_OBJECTS is not set >> > +# CONFIG_DEBUG_SLAB is not set >> > +# CONFIG_DEBUG_SPINLOCK is not set >> > +# CONFIG_DEBUG_MUTEXES is not set >> > +# CONFIG_DEBUG_LOCK_ALLOC is not set >> > +# CONFIG_PROVE_LOCKING is not set >> > +# CONFIG_LOCK_STAT is not set >> > +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set >> > +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set >> > +# CONFIG_DEBUG_KOBJECT is not set >> > +CONFIG_DEBUG_INFO=y >> > +# CONFIG_DEBUG_VM is not set >> > +# CONFIG_DEBUG_WRITECOUNT is not set >> > +# CONFIG_DEBUG_LIST is not set >> > +# CONFIG_DEBUG_SG is not set >> > +# CONFIG_FRAME_POINTER is not set >> > +# CONFIG_BOOT_PRINTK_DELAY is not set >> > +# CONFIG_RCU_TORTURE_TEST is not set >> > +# CONFIG_BACKTRACE_SELF_TEST is not set >> > +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set >> > +# CONFIG_FAULT_INJECTION is not set >> > +# CONFIG_SYSCTL_SYSCALL_CHECK is not set >> > +# CONFIG_BOOT_TRACER is not set >> > +CONFIG_BINFMT_ELF_FDPIC=y >> > +CONFIG_BINFMT_FLAT=y >> > +CONFIG_BINFMT_ZFLAT=y >> > +# CONFIG_BINFMT_SHARED_FLAT is not set >> > +# CONFIG_BSD_PROCESS_ACCT is not set >> > +CONFIG_SYSFS_DEPRECATED=y >> > +CONFIG_SYSFS_DEPRECATED_V2=y >> > +CONFIG_INITRAMFS_SOURCE="../romfs >> > ../vendors/Ubicom/RouterGateway/initramfs_list" >> > +CONFIG_INITRAMFS_ROOT_UID=0 >> > +CONFIG_INITRAMFS_ROOT_GID=0 >> > +CONFIG_CC_OPTIMIZE_FOR_SIZE=y >> > +# CONFIG_FUTEX is not set >> > +# CONFIG_EPOLL is not set >> > +# CONFIG_SIGNALFD is not set >> > +# CONFIG_TIMERFD is not set >> > +# CONFIG_EVENTFD is not set >> > +CONFIG_HAVE_OPROFILE=y >> > +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set >> > +CONFIG_TINY_SHMEM=y >> > +CONFIG_BASE_SMALL=0 >> > +CONFIG_MODULE_FORCE_LOAD=y >> > +# CONFIG_MODULE_UNLOAD is not set >> > +# CONFIG_IOSCHED_DEADLINE is not set >> > +# CONFIG_DEFAULT_DEADLINE is not set >> > +CONFIG_DEFAULT_NOOP=y >> > +CONFIG_DEFAULT_IOSCHED="noop" >> > +CONFIG_CLASSIC_RCU=y >> > +CONFIG_TICK_ONESHOT=y >> > +CONFIG_NO_HZ=y >> > +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y >> > +CONFIG_PAGEFLAGS_EXTENDED=y >> > +# CONFIG_PACKET_MMAP is not set >> > +CONFIG_XFRM_USER=y >> > +CONFIG_XFRM_IPCOMP=y >> > +CONFIG_NET_KEY=y >> > +# CONFIG_IP_MULTIPLE_TABLES is not set >> > +# CONFIG_IP_ROUTE_MULTIPATH is not set >> > +CONFIG_IP_PNP=y >> > +CONFIG_IP_PNP_DHCP=y >> > +CONFIG_IP_PNP_BOOTP=y >> > +CONFIG_IP_PNP_RARP=y >> > +CONFIG_NET_IPIP=y >> > +CONFIG_NET_IPGRE=y >> > +# CONFIG_NET_IPGRE_BROADCAST is not set >> > +# CONFIG_IP_MROUTE is not set >> > +# CONFIG_ARPD is not set >> > +CONFIG_INET_AH=y >> > +CONFIG_INET_ESP=y >> > +CONFIG_INET_IPCOMP=y >> > +CONFIG_INET_XFRM_TUNNEL=y >> > +CONFIG_INET_TUNNEL=y >> > +CONFIG_INET_XFRM_MODE_TRANSPORT=y >> > +CONFIG_INET_XFRM_MODE_TUNNEL=y >> > +CONFIG_INET_XFRM_MODE_BEET=y >> > +CONFIG_INET_DIAG=y >> > +CONFIG_INET_TCP_DIAG=y >> > +# CONFIG_TCP_CONG_ADVANCED is not set >> > +CONFIG_TCP_CONG_CUBIC=y >> > +CONFIG_DEFAULT_TCP_CONG="cubic" >> > +CONFIG_NF_CONNTRACK=y >> > +# CONFIG_NF_CONNTRACK_MARK is not set >> > +CONFIG_NF_CT_PROTO_GRE=y >> > +CONFIG_NF_CT_PROTO_SCTP=y >> > +CONFIG_NF_CONNTRACK_PPTP=y >> > +CONFIG_NETFILTER_XTABLES=y >> > +CONFIG_NETFILTER_XT_TARGET_TCPMSS=y >> > +CONFIG_NETFILTER_XT_MATCH_ESP=y >> > +CONFIG_NETFILTER_XT_MATCH_IPRANGE=y >> > +CONFIG_NETFILTER_XT_MATCH_LIMIT=y >> > +CONFIG_NETFILTER_XT_MATCH_MAC=y >> > +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y >> > +CONFIG_NETFILTER_XT_MATCH_SCTP=y >> > +CONFIG_NETFILTER_XT_MATCH_STATE=y >> > +CONFIG_NETFILTER_XT_MATCH_STRING=y >> > +CONFIG_NETFILTER_XT_MATCH_TCPMSS=y >> > +CONFIG_NF_DEFRAG_IPV4=y >> > +CONFIG_NF_CONNTRACK_IPV4=y >> > +CONFIG_IP_NF_IPTABLES=y >> > +CONFIG_IP_NF_MATCH_AH=y >> > +CONFIG_IP_NF_MATCH_TTL=y >> > +CONFIG_IP_NF_FILTER=y >> > +CONFIG_IP_NF_TARGET_REJECT=y >> > +CONFIG_IP_NF_TARGET_LOG=y >> > +CONFIG_NF_NAT=y >> > +CONFIG_IP_NF_TARGET_MASQUERADE=y >> > +CONFIG_IP_NF_TARGET_NETMAP=y >> > +CONFIG_IP_NF_TARGET_REDIRECT=y >> > +CONFIG_NF_NAT_SNMP_BASIC=y >> > +CONFIG_NF_NAT_PROTO_GRE=y >> > +CONFIG_NF_NAT_PROTO_SCTP=y >> > +CONFIG_NF_NAT_PPTP=y >> > +CONFIG_IP_NF_MANGLE=y >> > +CONFIG_IP_NF_TARGET_TTL=y >> > +# CONFIG_NET_SCHED is not set >> > +# CONFIG_HAMRADIO is not set >> > +# CONFIG_WIRELESS_OLD_REGULATORY is not set >> > +# CONFIG_FW_LOADER is not set >> > +# CONFIG_DEBUG_DRIVER is not set >> > +# CONFIG_DEBUG_DEVRES is not set >> > +CONFIG_MTD_CMDLINE_PARTS=y >> > +# CONFIG_MTD_CFI is not set >> > +# CONFIG_MTD_COMPLEX_MAPPINGS is not set >> > +CONFIG_MTD_UBI32_M25P80=y >> > +CONFIG_BLK_DEV_RAM=y >> > +CONFIG_BLK_DEV_RAM_COUNT=16 >> > +CONFIG_BLK_DEV_RAM_SIZE=4096 >> > +# CONFIG_MISC_DEVICES is not set >> > +CONFIG_SCSI=y >> > +CONFIG_BLK_DEV_SD=y >> > +CONFIG_BLK_DEV_SR=y >> > +CONFIG_BLK_DEV_SR_VENDOR=y >> > +CONFIG_CHR_DEV_SG=y >> > +CONFIG_CHR_DEV_SCH=y >> > +# CONFIG_SCSI_LOWLEVEL is not set >> > +# CONFIG_NET_ETHERNET is not set >> > +CONFIG_UBICOM32_GMAC=y >> > +CONFIG_UBICOM32_NAPI=y >> > +# CONFIG_UBICOM32_OCM_FOR_SKB is not set >> > +# CONFIG_WLAN_80211 is not set >> > +CONFIG_USB_USBNET=y >> > +CONFIG_USB_NET_AX8817X=y >> > +CONFIG_USB_NET_CDCETHER=y >> > +CONFIG_PPP=y >> > +# CONFIG_PPP_MULTILINK is not set >> > +# CONFIG_PPP_FILTER is not set >> > +CONFIG_PPP_ASYNC=y >> > +CONFIG_SLHC=y >> > +# CONFIG_ISDN is not set >> > +CONFIG_INPUT=y >> > +CONFIG_INPUT_POLLDEV=y >> > +# CONFIG_INPUT_MISC is not set >> > +CONFIG_DEVKMEM=y >> > +# CONFIG_SERIAL_8250 is not set >> > +# CONFIG_SERIAL_UBI32_SERDES is not set >> > +CONFIG_SERIAL_UBI32_MAILBOX=y >> > +CONFIG_SERIAL_UBI32_MAILBOX_CONSOLE=y >> > +# CONFIG_SERIAL_UBI32_UARTTIO is not set >> > +# CONFIG_SERIAL_UBI32_UARTTIO_NR_UARTS is not set >> > +# CONFIG_SERIAL_UBI32_UARTTIO_CONSOLE is not set >> > +CONFIG_LEGACY_PTYS=y >> > +CONFIG_LEGACY_PTY_COUNT=256 >> > +CONFIG_HW_RANDOM=y >> > +CONFIG_HW_RANDOM_UBICOM32=y >> > +# CONFIG_RTC is not set >> > +# CONFIG_GEN_RTC is not set >> > +CONFIG_DEVPORT=y >> > +# CONFIG_I2C is not set >> > +CONFIG_SPI=y >> > +CONFIG_SPI_MASTER=y >> > +CONFIG_SPI_BITBANG=y >> > +CONFIG_SPI_UBICOM32_GPIO=y >> > +# CONFIG_SPI_SPIDEV is not set >> > +# CONFIG_DEBUG_GPIO is not set >> > +CONFIG_UBI32_WDT=y >> > +# CONFIG_VGASTATE is not set >> > +CONFIG_USB_SUPPORT=y >> > +CONFIG_USB=y >> > +CONFIG_USB_DEVICE_CLASS=y >> > +# CONFIG_USB_EHCI_HCD is not set >> > +# CONFIG_USB_UHCI_HCD is not set >> > +CONFIG_USB_MUSB_HDRC=y >> > +# CONFIG_USB_TUSB6010 is not set >> > +CONFIG_USB_MUSB_HOST=y >> > +# CONFIG_USB_MUSB_PERIPHERAL is not set >> > +# CONFIG_USB_MUSB_OTG is not set >> > +CONFIG_USB_MUSB_HDRC_HCD=y >> > +CONFIG_MUSB_PIO_ONLY=y >> > +# CONFIG_USB_MUSB_DEBUG is not set >> > +CONFIG_USB_STORAGE=y >> > +# CONFIG_USB_STORAGE_DATAFAB is not set >> > +# CONFIG_USB_STORAGE_FREECOM is not set >> > +# CONFIG_USB_STORAGE_DPCM is not set >> > +# CONFIG_USB_STORAGE_USBAT is not set >> > +# CONFIG_USB_STORAGE_SDDR09 is not set >> > +# CONFIG_USB_STORAGE_SDDR55 is not set >> > +# CONFIG_USB_STORAGE_JUMPSHOT is not set >> > +# CONFIG_USB_STORAGE_ALAUDA is not set >> > +# CONFIG_USB_STORAGE_KARMA is not set >> > +CONFIG_USB_LIBUSUAL=y >> > +CONFIG_LEDS_GPIO=y >> > +# CONFIG_LEDS_TRIGGERS is not set >> > +CONFIG_EXT2_FS=y >> > +CONFIG_EXT3_FS=y >> > +CONFIG_EXT3_FS_XATTR=y >> > +# CONFIG_EXT3_FS_POSIX_ACL is not set >> > +# CONFIG_EXT3_FS_SECURITY is not set >> > +CONFIG_JBD=y >> > +CONFIG_FS_MBCACHE=y >> > +CONFIG_AUTOFS_FS=y >> > +CONFIG_FAT_FS=y >> > +CONFIG_MSDOS_FS=y >> > +CONFIG_VFAT_FS=y >> > +CONFIG_NTFS_FS=y >> > +CONFIG_NTFS_RW=y >> > +CONFIG_UNION_FS=y >> > +# CONFIG_UNION_FS_XATTR is not set >> > +# CONFIG_UNION_FS_DEBUG is not set >> > +# CONFIG_JFFS2_SUMMARY is not set >> > +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set >> > +CONFIG_ROMFS_FS=y >> > +CONFIG_NFS_FS=y >> > +# CONFIG_NFS_V4 is not set >> > +# CONFIG_ROOT_NFS is not set >> > +CONFIG_LOCKD=y >> > +CONFIG_SUNRPC=y >> > +# CONFIG_BSD_DISKLABEL is not set >> > +CONFIG_LDM_PARTITION=y >> > +CONFIG_LDM_DEBUG=y >> > +CONFIG_NLS=y >> > +CONFIG_NLS_CODEPAGE_437=y >> > +CONFIG_NLS_ASCII=y >> > +CONFIG_NLS_ISO8859_1=y >> > +CONFIG_NLS_ISO8859_15=y >> > +CONFIG_NLS_UTF8=y >> > +CONFIG_CRYPTO_ALGAPI=y >> > +CONFIG_CRYPTO_ALGAPI2=y >> > +CONFIG_CRYPTO_AEAD2=y >> > +CONFIG_CRYPTO_BLKCIPHER=y >> > +CONFIG_CRYPTO_BLKCIPHER2=y >> > +CONFIG_CRYPTO_HASH2=y >> > +CONFIG_CRYPTO_RNG2=y >> > +CONFIG_CRYPTO_MANAGER=y >> > +CONFIG_CRYPTO_MANAGER2=y >> > +CONFIG_CRYPTO_AUTHENC=y >> > +CONFIG_CRYPTO_CBC=y >> > +CONFIG_CRYPTO_ECB=y >> > +CONFIG_CRYPTO_HMAC=y >> > +CONFIG_CRYPTO_MD5=y >> > +CONFIG_CRYPTO_SHA1=y >> > +CONFIG_CRYPTO_AES=y >> > +CONFIG_CRYPTO_ARC4=y >> > +CONFIG_CRYPTO_DES=y >> > +CONFIG_CRYPTO_HW=y >> > +CONFIG_CRYPTO_UBICOM32=y >> > +CONFIG_CRYPTO_AES_UBICOM32=y >> > +CONFIG_CRYPTO_DES_UBICOM32=y >> > +CONFIG_CRYPTO_SHA1_UBICOM32=y >> > +CONFIG_CRYPTO_MD5_UBICOM32=y >> > +CONFIG_BITREVERSE=y >> > +CONFIG_CRC_CCITT=y >> > +CONFIG_TEXTSEARCH_KMP=y >> > +CONFIG_TEXTSEARCH_BM=y >> > +CONFIG_TEXTSEARCH_FSM=y >> > +CONFIG_HAS_IOMEM=y >> > +CONFIG_HAS_DMA=y >> > diff --git a/target/linux/ubicom32/IP7160RGW/profiles/100-RouterGateway.mk >> > b/target/linux/ubicom32/IP7160RGW/profiles/100-RouterGateway.mk new file >> > mode 100644 >> > index 0000000..4a830e2 >> > --- /dev/null >> > +++ b/target/linux/ubicom32/IP7160RGW/profiles/100-RouterGateway.mk >> > @@ -0,0 +1,19 @@ >> > +# >> > +# Copyright (C) 2006 OpenWrt.org >> > +# >> > +# This is free software, licensed under the GNU General Public License v2. >> > +# See /LICENSE for more information. >> > +# >> > + >> > +# TODO: Add the following packages to the PACKAGES:= list below, when we >> > +# are sure they are ready to work on trunk: pptp >> > +define Profile/RouterGateway >> > + NAME:=RouterGateway >> > + PACKAGES:= >> > +endef >> > + >> > +define Profile/RouterGateway/Description >> > + Ubicom RouterGateway Profile >> > +endef >> > +$(eval $(call Profile,RouterGateway)) >> > + >> > diff --git a/target/linux/ubicom32/IP7160RGW/profiles/200-VPNGateway.mk >> > b/target/linux/ubicom32/IP7160RGW/profiles/200-VPNGateway.mk new file mode >> > 100644 >> > index 0000000..25ebd7c >> > --- /dev/null >> > +++ b/target/linux/ubicom32/IP7160RGW/profiles/200-VPNGateway.mk >> > @@ -0,0 +1,19 @@ >> > +# >> > +# Copyright (C) 2006 OpenWrt.org >> > +# >> > +# This is free software, licensed under the GNU General Public License v2. >> > +# See /LICENSE for more information. >> > +# >> > + >> > +# TODO: Add the following packages to the PACKAGES:= list below, when we >> > +# are sure they are ready to work on trunk: openswan openvpn portmap >> > +define Profile/VPNGateway >> > + NAME:=VPNGateway >> > + PACKAGES:= >> > +endef >> > + >> > +define Profile/VPNGateway/Description >> > + Ubicom VPNGateway Profile >> > +endef >> > +$(eval $(call Profile,VPNGateway)) >> > + >> > diff --git a/target/linux/ubicom32/IP7160RGW/target.mk >> > b/target/linux/ubicom32/IP7160RGW/target.mk new file mode 100644 >> > index 0000000..03b8e66 >> > --- /dev/null >> > +++ b/target/linux/ubicom32/IP7160RGW/target.mk >> > @@ -0,0 +1,5 @@ >> > +BOARDNAME:=IP7160RGW >> > + >> > +define Target/Description >> > + Build firmware image for Ubicom IP7160RGW board >> > +endef >> > diff --git a/target/linux/ubicom32/Makefile >> > b/target/linux/ubicom32/Makefile index fb181d6..edd4c42 100644 >> > --- a/target/linux/ubicom32/Makefile >> > +++ b/target/linux/ubicom32/Makefile >> > @@ -13,6 +13,7 @@ ARCH:=ubicom32 >> > BOARD:=ubicom32 >> > BOARDNAME:=Ubicom IPxx >> > FEATURES:=nommu ramdisk >> > +SUBTARGETS=IP7160RGW >> > >> > LINUX_VERSION:=2.6.28.10 >> > >> > @@ -20,6 +21,13 @@ include $(INCLUDE_DIR)/target.mk >> > >> > KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID="" >> > >> > +INITRAMFS_EXTRA_FILES:=$(TOPDIR)/target/linux/$(ARCH)/image/$(PROFILE)_ini >> >tramfs_list + >> > +define Kernel/Prepare >> > + [ -n "$(PROFILE)" ] && ln -sf $(SUBTARGET)/config-2.6.28.$(PROFILE) >> > config-2.6.28 + $(call Kernel/Prepare/Default) >> > +endef >> > + >> > define Target/Description >> > Build firmware images for Ubicom based routers and media devices. >> > endef >> > diff --git a/target/linux/ubicom32/config-2.6.28 >> > b/target/linux/ubicom32/config-2.6.28 deleted file mode 100755 >> > index 8c1dae5..0000000 >> > --- a/target/linux/ubicom32/config-2.6.28 >> > +++ /dev/null >> > @@ -1,169 +0,0 @@ >> > -# CONFIG_ACCESS_OK_CHECKS_ENABLED is not set >> > -# CONFIG_ARCH_HAS_ILOG2_U32 is not set >> > -# CONFIG_ARCH_HAS_ILOG2_U64 is not set >> > -CONFIG_ARCH_SUPPORTS_AOUT=y >> > -# CONFIG_ARCH_SUPPORTS_MSI is not set >> > -# CONFIG_ARPD is not set >> > -CONFIG_BASE_SMALL=0 >> > -CONFIG_BINFMT_ELF_FDPIC=y >> > -CONFIG_BINFMT_FLAT=y >> > -# CONFIG_BINFMT_SHARED_FLAT is not set >> > -CONFIG_BINFMT_ZFLAT=y >> > -CONFIG_BITREVERSE=y >> > -CONFIG_BLK_DEV_RAM=y >> > -CONFIG_BLK_DEV_RAM_COUNT=16 >> > -CONFIG_BLK_DEV_RAM_SIZE=4096 >> > -CONFIG_BRD_64MB=y >> > -# CONFIG_BSD_DISKLABEL is not set >> > -# CONFIG_BSD_PROCESS_ACCT is not set >> > -CONFIG_CC_OPTIMIZE_FOR_SIZE=y >> > -CONFIG_CLASSIC_RCU=y >> > -CONFIG_CMDLINE="console=ttyUM0 console=ttyUS0 >> > serdes=0x02004000,61,250000000" -CONFIG_CMDLINE_BOOL=y >> > -# CONFIG_CMDLINE_OVERRIDE is not set >> > -CONFIG_CPU_BIG_ENDIAN=y >> > -CONFIG_CRC_CCITT=y >> > -CONFIG_CRYPTO_AEAD2=y >> > -CONFIG_CRYPTO_AES=y >> > -CONFIG_CRYPTO_ALGAPI=y >> > -CONFIG_CRYPTO_ALGAPI2=y >> > -CONFIG_CRYPTO_ARC4=y >> > -CONFIG_CRYPTO_BLKCIPHER=y >> > -CONFIG_CRYPTO_BLKCIPHER2=y >> > -CONFIG_CRYPTO_ECB=y >> > -CONFIG_CRYPTO_HASH2=y >> > -CONFIG_CRYPTO_HW=y >> > -CONFIG_CRYPTO_MANAGER=y >> > -CONFIG_CRYPTO_MANAGER2=y >> > -CONFIG_CRYPTO_RNG2=y >> > -# CONFIG_CRYPTO_UBICOM32 is not set >> > -# CONFIG_DEBUG_FS is not set >> > -# CONFIG_DEBUG_IRQMEASURE is not set >> > -# CONFIG_DEBUG_PCIMEASURE is not set >> > -# CONFIG_DEFAULT_DEADLINE is not set >> > -CONFIG_DEFAULT_IOSCHED="noop" >> > -CONFIG_DEFAULT_NOOP=y >> > -CONFIG_DEVKMEM=y >> > -CONFIG_DEVPORT=y >> > -CONFIG_EARLY_PRINTK=y >> > -CONFIG_ENABLE_MUST_CHECK=y >> > -# CONFIG_EPOLL is not set >> > -# CONFIG_EVENTFD is not set >> > -CONFIG_FORCE_MAX_ZONEORDER=14 >> > -# CONFIG_FPU is not set >> > -# CONFIG_FUTEX is not set >> > -# CONFIG_FW_LOADER is not set >> > -CONFIG_GENERIC_CLOCKEVENTS=y >> > -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y >> > -CONFIG_GENERIC_FIND_NEXT_BIT=y >> > -CONFIG_GENERIC_GPIO=y >> > -# CONFIG_GEN_RTC is not set >> > -CONFIG_GPIOLIB=y >> > -# CONFIG_HAMRADIO is not set >> > -CONFIG_HAS_DMA=y >> > -CONFIG_HAS_IOMEM=y >> > -CONFIG_HAVE_CLK=y >> > -# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set >> > -CONFIG_HAVE_OPROFILE=y >> > -CONFIG_HW_RANDOM=y >> > -CONFIG_HW_RANDOM_UBICOM32=y >> > -# CONFIG_I2C is not set >> > -CONFIG_INET_DIAG=y >> > -CONFIG_INET_TCP_DIAG=y >> > -CONFIG_INITRAMFS_ROOT_GID=0 >> > -CONFIG_INITRAMFS_ROOT_UID=0 >> > -CONFIG_INITRAMFS_SOURCE="../romfs >> > ../vendors/Ubicom/RouterGateway/initramfs_list" -CONFIG_INPUT=y >> > -# CONFIG_INPUT_MISC is not set >> > -CONFIG_INPUT_POLLDEV=y >> > -# CONFIG_IOSCHED_DEADLINE is not set >> > -# CONFIG_IP5160DEV is not set >> > -# CONFIG_IP5160EVAL is not set >> > -# CONFIG_IP5170DPF is not set >> > -# CONFIG_IP7145DPF is not set >> > -# CONFIG_IP7160BRINGUP is not set >> > -# CONFIG_IP7160DPF is not set >> > -CONFIG_IP7160RGW=y >> > -# CONFIG_IP7500AV is not set >> > -# CONFIG_IP7500MEDIA is not set >> > -# CONFIG_IP7500MODULE is not set >> > -# CONFIG_IRQSTACKS is not set >> > -CONFIG_IRQ_PER_CPU=y >> > -# CONFIG_ISDN is not set >> > -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set >> > -# CONFIG_JFFS2_SUMMARY is not set >> > -CONFIG_KERNELBASE=0x40400000 >> > -CONFIG_LDM_DEBUG=y >> > -CONFIG_LDM_PARTITION=y >> > -CONFIG_LEDS_GPIO=y >> > -# CONFIG_LEDS_TRIGGERS is not set >> > -CONFIG_LEGACY_PTYS=y >> > -CONFIG_LEGACY_PTY_COUNT=256 >> > -CONFIG_LIBCRC32C=y >> > -# CONFIG_LINKER_RELAXATION is not set >> > -# CONFIG_MISC_DEVICES is not set >> > -# CONFIG_MMU is not set >> > -CONFIG_MODULE_FORCE_LOAD=y >> > -# CONFIG_MODULE_UNLOAD is not set >> > -# CONFIG_MTD_CFI is not set >> > -CONFIG_MTD_CMDLINE_PARTS=y >> > -# CONFIG_MTD_COMPLEX_MAPPINGS is not set >> > -CONFIG_MTD_UBI32_M25P80=y >> > -# CONFIG_NET_ETHERNET is not set >> > -# CONFIG_NOBOARD is not set >> > -CONFIG_NO_HZ=y >> > -CONFIG_NO_IOPORT=y >> > -# CONFIG_NO_KERNEL_MSG is not set >> > -CONFIG_OCM_MODULES_FALLBACK_TO_DDR=y >> > -CONFIG_OCM_MODULES_MAY_CONSUME_REMAINING_CODESPACE=y >> > -CONFIG_OCM_MODULES_RESERVATION=41 >> > -# CONFIG_PACKET_MMAP is not set >> > -CONFIG_PAGEFLAGS_EXTENDED=y >> > -CONFIG_PCI=y >> > -CONFIG_PCI_DEV0_IDSEL=0x001000000 >> > -CONFIG_PCI_DEV1_IDSEL=0x002000000 >> > -CONFIG_PRINTK_TIME=y >> > -CONFIG_PROTECT_KERNEL=y >> > -CONFIG_RAMBASE=0x40000000 >> > -CONFIG_RAMKERNEL=y >> > -CONFIG_RAMSIZE=0x4000000 >> > -# CONFIG_RTC is not set >> > -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y >> > -# CONFIG_SCSI_DMA is not set >> > -# CONFIG_SERIAL_8250 is not set >> > -CONFIG_SERIAL_UBI32_MAILBOX=y >> > -CONFIG_SERIAL_UBI32_MAILBOX_CONSOLE=y >> > -# CONFIG_SERIAL_UBI32_SERDES is not set >> > -# CONFIG_SERIAL_UBI32_UARTTIO is not set >> > -# CONFIG_SIGNALFD is not set >> > -# CONFIG_SMP is not set >> > -CONFIG_SPI=y >> > -CONFIG_SPI_BITBANG=y >> > -# CONFIG_SPI_GPIO is not set >> > -CONFIG_SPI_MASTER=y >> > -# CONFIG_SPI_SPIDEV is not set >> > -CONFIG_SPI_UBICOM32_GPIO=y >> > -# CONFIG_STOP_ON_BUG is not set >> > -# CONFIG_STOP_ON_TRAP is not set >> > -# CONFIG_SYSCTL_SYSCALL_CHECK is not set >> > -CONFIG_SYSFS_DEPRECATED=y >> > -CONFIG_SYSFS_DEPRECATED_V2=y >> > -CONFIG_TICK_ONESHOT=y >> > -# CONFIG_TIMERFD is not set >> > -CONFIG_TIMER_EXTRA_ALLOC=0 >> > -CONFIG_TIME_LOW_RES=y >> > -CONFIG_TINY_SHMEM=y >> > -CONFIG_UBI32_WDT=y >> > -CONFIG_UBICOM32=y >> > -CONFIG_UBICOM32_GMAC=y >> > -CONFIG_UBICOM32_NAPI=y >> > -CONFIG_UBICOM32_OCM_FOR_SKB=y >> > -CONFIG_UBICOM32_V4=y >> > -# CONFIG_UBICOM_HID is not set >> > -CONFIG_UBICOM_INPUT=y >> > -# CONFIG_UBICOM_INPUT_I2C is not set >> > -# CONFIG_UNALIGNED_ACCESS_DISABLED is not set >> > -CONFIG_UNALIGNED_ACCESS_ENABLED=y >> > -# CONFIG_UNALIGNED_ACCESS_USERSPACE_ONLY is not set >> > -# CONFIG_VGASTATE is not set >> > -# CONFIG_WIRELESS_OLD_REGULATORY is not set >> >> Do we really need this file ? Cannot we get the /dev/ files created anyway ? > [BK] hotplug2 application creates the device nodes. We already had our > platform working on Kamikaze with this application. On the other side, > in the first steps of pushing our solution to trunk, we will need > these initramfs files. In the next steps, it is possible that some of > the contents of these files can be removed. > >> >> > diff --git a/target/linux/ubicom32/image/RouterGateway_initramfs_list >> > b/target/linux/ubicom32/image/RouterGateway_initramfs_list new file mode >> > 100644 >> > index 0000000..238b3ad >> > --- /dev/null >> > +++ b/target/linux/ubicom32/image/RouterGateway_initramfs_list >> > @@ -0,0 +1,238 @@ >> > +# A simple initramfs >> > +dir /dev 0755 0 0 >> > +dir /dev/pts 0755 0 0 >> > +dir /bin 0755 0 0 >> > +dir /proc 0755 0 0 >> > +dir /sys 0755 0 0 >> > +dir /mnt 0755 0 0 >> > +dir /usr 0755 0 0 >> > +dir /etc 0755 0 0 >> > +dir /etc/config 0755 0 0 >> > +dir /etc/config/config 0755 0 0 >> > +dir /tmp 0755 0 0 >> > +dir /var 0755 0 0 >> > +dir /var/lib 0755 0 0 >> > +dir /var/lock 0755 0 0 >> > +dir /var/log 0755 0 0 >> > +dir /var/run 0755 0 0 >> > +dir /home 0755 0 0 >> > +dir /boot 0755 0 0 >> > +dir /sbin 0755 0 0 >> > +dir /root 0700 0 0 >> > + >> > +# ubicom device nodes >> > +# XXX MAJOR and MINOR are temporary!! We need to get our own ones >> > assigned. +nod /dev/ttyUS0 666 0 0 c 206 64 >> > +nod /dev/ttyUM0 666 0 0 c 207 64 >> > + >> > +# standard device nodes >> > +nod /dev/mem 640 0 0 c 1 1 >> > +nod /dev/ram 640 0 0 b 1 1 >> > +nod /dev/kmem 640 0 0 c 1 2 >> > +nod /dev/null 666 0 0 c 1 3 >> > +nod /dev/zero 666 0 0 c 1 5 >> > +nod /dev/random 666 0 0 c 10 183 >> > +nod /dev/urandom 666 0 0 c 1 9 >> > +nod /dev/crypto 666 0 0 c 10 70 >> > +nod /dev/tty 666 0 0 c 5 0 >> > +nod /dev/console 666 0 0 c 5 1 >> > +nod /dev/ptmx 666 0 0 c 5 2 >> > +nod /dev/loop0 640 0 0 b 7 0 >> > +nod /dev/rtc 640 0 0 c 10 135 >> > +nod /dev/ppp 666 0 0 c 108 0 >> > + >> > +# not used yet, just to remember the major numbers >> > +#slink /dev/log /tmp/log 777 0 0 >> > +#nod /dev/fb0 640 0 0 c 29 0 >> > +#nod /dev/fb1 640 0 0 c 29 32 >> > +#nod /dev/fb2 640 0 0 c 29 64 >> > +#nod /dev/fb3 640 0 0 c 29 96 >> > +#nod /dev/hda 640 0 0 b 3 0 >> > +#nod /dev/hdb 640 0 0 b 3 64 >> > +#dir /dev/net 755 0 0 >> > +#nod /dev/net/tun 660 0 0 c 10 200 >> > +#nod /dev/sg0 640 0 0 c 21 0 >> > +#nod /dev/sg1 640 0 0 c 21 1 >> > +#nod /dev/sg2 640 0 0 c 21 2 >> > +#nod /dev/sg3 640 0 0 c 21 3 >> > +#nod /dev/sg4 640 0 0 c 21 4 >> > +#nod /dev/sg5 640 0 0 c 21 5 >> > +#nod /dev/sg6 640 0 0 c 21 6 >> > +#nod /dev/sg7 640 0 0 c 21 7 >> > +#nod /dev/sg8 640 0 0 c 21 8 >> > +#nod /dev/sg9 640 0 0 c 21 9 >> > +nod /dev/sda 640 0 0 b 8 0 >> > +nod /dev/sdb 640 0 0 b 8 16 >> > +#dir /dev/shm 755 0 0 >> > +#nod /dev/hda1 640 0 0 b 3 1 >> > +#nod /dev/hda2 640 0 0 b 3 2 >> > +#nod /dev/hda3 640 0 0 b 3 3 >> > +#nod /dev/hda4 640 0 0 b 3 4 >> > +#nod /dev/hda5 640 0 0 b 3 5 >> > +#nod /dev/hda6 640 0 0 b 3 6 >> > +#nod /dev/hda7 640 0 0 b 3 7 >> > +#nod /dev/hda8 640 0 0 b 3 8 >> > +#nod /dev/hda9 640 0 0 b 3 9 >> > +#nod /dev/hdb1 640 0 0 b 3 65 >> > +#nod /dev/hdb2 640 0 0 b 3 66 >> > +#nod /dev/hdb3 640 0 0 b 3 67 >> > +#nod /dev/hdb4 640 0 0 b 3 68 >> > +#nod /dev/hdb5 640 0 0 b 3 69 >> > +#nod /dev/hdb6 640 0 0 b 3 70 >> > +#nod /dev/hdb7 640 0 0 b 3 71 >> > +#nod /dev/hdb8 640 0 0 b 3 72 >> > +#nod /dev/hdb9 640 0 0 b 3 73 >> > +nod /dev/mtd0 640 0 0 c 90 0 >> > +nod /dev/mtdr0 640 0 0 c 90 1 >> > +nod /dev/mtd1 640 0 0 c 90 2 >> > +nod /dev/mtdr1 640 0 0 c 90 3 >> > +nod /dev/mtd2 640 0 0 c 90 4 >> > +nod /dev/mtdr2 640 0 0 c 90 5 >> > +nod /dev/mtd3 640 0 0 c 90 6 >> > +nod /dev/mtdr3 640 0 0 c 90 7 >> > +nod /dev/mtd4 640 0 0 c 90 8 >> > +nod /dev/mtdr4 640 0 0 c 90 9 >> > +nod /dev/mtd5 640 0 0 c 90 10 >> > +nod /dev/mtdr5 640 0 0 c 90 11 >> > +nod /dev/mtd6 640 0 0 c 90 12 >> > +nod /dev/mtdr6 640 0 0 c 90 13 >> > +nod /dev/mtd7 640 0 0 c 90 14 >> > +nod /dev/mtdr7 640 0 0 c 90 15 >> > +nod /dev/mtd8 640 0 0 c 90 16 >> > +nod /dev/mtdr8 640 0 0 c 90 17 >> > +nod /dev/mtd9 640 0 0 c 90 18 >> > +nod /dev/mtdr9 640 0 0 c 90 19 >> > +nod /dev/mtd10 640 0 0 c 90 20 >> > +nod /dev/mtdr10 640 0 0 c 90 21 >> > +nod /dev/mtd11 640 0 0 c 90 22 >> > +nod /dev/mtdr11 640 0 0 c 90 23 >> > +nod /dev/mtd12 640 0 0 c 90 24 >> > +nod /dev/mtdr12 640 0 0 c 90 25 >> > +nod /dev/mtd13 640 0 0 c 90 26 >> > +nod /dev/mtdr13 640 0 0 c 90 27 >> > +nod /dev/mtd14 640 0 0 c 90 28 >> > +nod /dev/mtdr14 640 0 0 c 90 29 >> > +nod /dev/mtd15 640 0 0 c 90 30 >> > +nod /dev/mtdr15 640 0 0 c 90 31 >> > +#nod /dev/ram0 640 0 0 b 1 0 >> > +#nod /dev/ram1 640 0 0 b 1 1 >> > +#nod /dev/ram2 640 0 0 b 1 2 >> > +#nod /dev/ram3 640 0 0 b 1 3 >> > +#nod /dev/sg10 640 0 0 c 21 10 >> > +#nod /dev/sg11 640 0 0 c 21 11 >> > +#nod /dev/sg12 640 0 0 c 21 12 >> > +#nod /dev/sg13 640 0 0 c 21 13 >> > +#nod /dev/sg14 640 0 0 c 21 14 >> > +nod /dev/sda1 640 0 0 b 8 1 >> > +nod /dev/sda2 640 0 0 b 8 2 >> > +nod /dev/sda3 640 0 0 b 8 3 >> > +nod /dev/sda4 640 0 0 b 8 4 >> > +#nod /dev/sda5 640 0 0 b 8 5 >> > +#nod /dev/sda6 640 0 0 b 8 6 >> > +#nod /dev/sda7 640 0 0 b 8 7 >> > +#nod /dev/sda8 640 0 0 b 8 8 >> > +#nod /dev/sda9 640 0 0 b 8 9 >> > +nod /dev/sdb1 640 0 0 b 8 17 >> > +nod /dev/sdb2 640 0 0 b 8 18 >> > +nod /dev/sdb3 640 0 0 b 8 19 >> > +nod /dev/sdb4 640 0 0 b 8 20 >> > +#nod /dev/sdb5 640 0 0 b 8 21 >> > +#nod /dev/sdb6 640 0 0 b 8 22 >> > +#nod /dev/sdb7 640 0 0 b 8 23 >> > +#nod /dev/sdb8 640 0 0 b 8 24 >> > +#nod /dev/sdb9 640 0 0 b 8 25 >> > +nod /dev/tty0 666 0 0 c 4 0 >> > +nod /dev/tty1 666 0 0 c 4 1 >> > +#nod /dev/tty2 666 0 0 c 4 2 >> > +#nod /dev/tty3 666 0 0 c 4 3 >> > +#nod /dev/tty4 666 0 0 c 4 4 >> > +#nod /dev/tty5 666 0 0 c 4 5 >> > +#nod /dev/tty6 666 0 0 c 4 6 >> > +#nod /dev/tty7 666 0 0 c 4 7 >> > +#nod /dev/hda10 640 0 0 b 3 10 >> > +#nod /dev/hda11 640 0 0 b 3 11 >> > +#nod /dev/hda12 640 0 0 b 3 12 >> > +#nod /dev/hda13 640 0 0 b 3 13 >> > +#nod /dev/hda14 640 0 0 b 3 14 >> > +#nod /dev/hdb10 640 0 0 b 3 74 >> > +#nod /dev/hdb11 640 0 0 b 3 75 >> > +#nod /dev/hdb12 640 0 0 b 3 76 >> > +#nod /dev/hdb13 640 0 0 b 3 77 >> > +#nod /dev/hdb14 640 0 0 b 3 78 >> > +#dir /dev/input 755 0 0 >> > +#nod /dev/input/mice 640 0 0 c 13 63 >> > +#nod /dev/input/event0 660 0 0 c 13 64 >> > +#nod /dev/input/event1 660 0 0 c 13 65 >> > +#nod /dev/input/event2 660 0 0 c 13 66 >> > +#nod /dev/input/event3 660 0 0 c 13 67 >> > +#nod /dev/input/mouse0 660 0 0 c 13 32 >> > +#nod /dev/input/mouse1 660 0 0 c 13 33 >> > +#nod /dev/input/mouse2 660 0 0 c 13 34 >> > +#nod /dev/input/mouse3 660 0 0 c 13 35 >> > +#nod /dev/psaux 666 0 0 c 10 1 >> > +nod /dev/ptyp0 666 0 0 c 2 0 >> > +nod /dev/ptyp1 666 0 0 c 2 1 >> > +#nod /dev/ptyp2 666 0 0 c 2 2 >> > +#nod /dev/ptyp3 666 0 0 c 2 3 >> > +#nod /dev/ptyp4 666 0 0 c 2 4 >> > +#nod /dev/ptyp5 666 0 0 c 2 5 >> > +#nod /dev/ptyp6 666 0 0 c 2 6 >> > +#nod /dev/ptyp7 666 0 0 c 2 7 >> > +#nod /dev/ptyp8 666 0 0 c 2 8 >> > +#nod /dev/ptyp9 666 0 0 c 2 9 >> > +#nod /dev/sda10 640 0 0 b 8 10 >> > +#nod /dev/sda11 640 0 0 b 8 11 >> > +#nod /dev/sda12 640 0 0 b 8 12 >> > +#nod /dev/sda13 640 0 0 b 8 13 >> > +#nod /dev/sda14 640 0 0 b 8 14 >> > +#nod /dev/sdb10 640 0 0 b 8 26 >> > +#nod /dev/sdb11 640 0 0 b 8 27 >> > +#nod /dev/sdb12 640 0 0 b 8 28 >> > +#nod /dev/sdb13 640 0 0 b 8 29 >> > +#nod /dev/sdb14 640 0 0 b 8 30 >> > +nod /dev/ttyP0 666 0 0 c 57 0 >> > +nod /dev/ttyP1 666 0 0 c 57 1 >> > +nod /dev/ttyP2 666 0 0 c 57 2 >> > +#nod /dev/ttyP3 666 0 0 c 57 3 >> > +nod /dev/ttyS0 666 0 0 c 4 64 >> > +nod /dev/ttyS1 666 0 0 c 4 65 >> > +#nod /dev/ttyS2 666 0 0 c 4 66 >> > +#nod /dev/ttyS3 666 0 0 c 4 67 >> > +nod /dev/ttyp0 666 0 0 c 3 0 >> > +nod /dev/ttyp1 666 0 0 c 3 1 >> > +#nod /dev/ttyp2 666 0 0 c 3 2 >> > +#nod /dev/ttyp3 666 0 0 c 3 3 >> > +#nod /dev/ttyp4 666 0 0 c 3 4 >> > +#nod /dev/ttyp5 666 0 0 c 3 5 >> > +#nod /dev/ttyp6 666 0 0 c 3 6 >> > +#nod /dev/ttyp7 666 0 0 c 3 7 >> > +#nod /dev/ttyp8 666 0 0 c 3 8 >> > +#nod /dev/ttyp9 666 0 0 c 3 9 >> > +nod /dev/mtdblock0 640 0 0 b 31 0 >> > +nod /dev/mtdblock1 640 0 0 b 31 1 >> > +nod /dev/mtdblock2 640 0 0 b 31 2 >> > +nod /dev/mtdblock3 640 0 0 b 31 3 >> > +nod /dev/mtdblock4 640 0 0 b 31 4 >> > +nod /dev/mtdblock5 640 0 0 b 31 5 >> > +nod /dev/mtdblock6 640 0 0 b 31 6 >> > +nod /dev/mtdblock7 640 0 0 b 31 7 >> > +nod /dev/mtdblock8 640 0 0 b 31 8 >> > +nod /dev/mtdblock9 640 0 0 b 31 9 >> > +nod /dev/mtdblock10 640 0 0 b 31 10 >> > +nod /dev/mtdblock11 640 0 0 b 31 11 >> > +nod /dev/mtdblock12 640 0 0 b 31 12 >> > +nod /dev/mtdblock13 640 0 0 b 31 13 >> > +nod /dev/mtdblock14 640 0 0 b 31 14 >> > +nod /dev/mtdblock15 640 0 0 b 31 15 >> > +#nod /dev/ttyJ0 666 0 0 c 232 16 >> > +#nod /dev/button 666 0 0 c 62 0 >> > +#nod /dev/spi 666 0 0 c 60 0 >> > +#nod /dev/i2c-0 666 0 0 c 89 0 >> > +#nod /dev/i2c-1 666 0 0 c 89 1 >> > +#nod /dev/video0 666 0 0 c 81 0 >> > +#nod /dev/video1 666 0 0 c 81 1 >> > +#nod /dev/mmc0 666 0 0 b 179 0 >> > +#nod /dev/mmcblk0 666 0 0 b 179 0 >> > +#nod /dev/mmcblk0p1 666 0 0 b 179 1 >> > +#nod /dev/mmcblk0p2 666 0 0 b 179 2 >> > +#nod /dev/mmcblk0p3 666 0 0 b 179 3 >> > diff --git a/target/linux/ubicom32/image/VPNGateway_initramfs_list >> > b/target/linux/ubicom32/image/VPNGateway_initramfs_list new file mode >> > 100644 >> > index 0000000..238b3ad >> > --- /dev/null >> > +++ b/target/linux/ubicom32/image/VPNGateway_initramfs_list >> > @@ -0,0 +1,238 @@ >> > +# A simple initramfs >> > +dir /dev 0755 0 0 >> > +dir /dev/pts 0755 0 0 >> > +dir /bin 0755 0 0 >> > +dir /proc 0755 0 0 >> > +dir /sys 0755 0 0 >> > +dir /mnt 0755 0 0 >> > +dir /usr 0755 0 0 >> > +dir /etc 0755 0 0 >> > +dir /etc/config 0755 0 0 >> > +dir /etc/config/config 0755 0 0 >> > +dir /tmp 0755 0 0 >> > +dir /var 0755 0 0 >> > +dir /var/lib 0755 0 0 >> > +dir /var/lock 0755 0 0 >> > +dir /var/log 0755 0 0 >> > +dir /var/run 0755 0 0 >> > +dir /home 0755 0 0 >> > +dir /boot 0755 0 0 >> > +dir /sbin 0755 0 0 >> > +dir /root 0700 0 0 >> > + >> > +# ubicom device nodes >> > +# XXX MAJOR and MINOR are temporary!! We need to get our own ones >> > assigned. +nod /dev/ttyUS0 666 0 0 c 206 64 >> > +nod /dev/ttyUM0 666 0 0 c 207 64 >> > + >> > +# standard device nodes >> > +nod /dev/mem 640 0 0 c 1 1 >> > +nod /dev/ram 640 0 0 b 1 1 >> > +nod /dev/kmem 640 0 0 c 1 2 >> > +nod /dev/null 666 0 0 c 1 3 >> > +nod /dev/zero 666 0 0 c 1 5 >> > +nod /dev/random 666 0 0 c 10 183 >> > +nod /dev/urandom 666 0 0 c 1 9 >> > +nod /dev/crypto 666 0 0 c 10 70 >> > +nod /dev/tty 666 0 0 c 5 0 >> > +nod /dev/console 666 0 0 c 5 1 >> > +nod /dev/ptmx 666 0 0 c 5 2 >> > +nod /dev/loop0 640 0 0 b 7 0 >> > +nod /dev/rtc 640 0 0 c 10 135 >> > +nod /dev/ppp 666 0 0 c 108 0 >> > + >> > +# not used yet, just to remember the major numbers >> > +#slink /dev/log /tmp/log 777 0 0 >> > +#nod /dev/fb0 640 0 0 c 29 0 >> > +#nod /dev/fb1 640 0 0 c 29 32 >> > +#nod /dev/fb2 640 0 0 c 29 64 >> > +#nod /dev/fb3 640 0 0 c 29 96 >> > +#nod /dev/hda 640 0 0 b 3 0 >> > +#nod /dev/hdb 640 0 0 b 3 64 >> > +#dir /dev/net 755 0 0 >> > +#nod /dev/net/tun 660 0 0 c 10 200 >> > +#nod /dev/sg0 640 0 0 c 21 0 >> > +#nod /dev/sg1 640 0 0 c 21 1 >> > +#nod /dev/sg2 640 0 0 c 21 2 >> > +#nod /dev/sg3 640 0 0 c 21 3 >> > +#nod /dev/sg4 640 0 0 c 21 4 >> > +#nod /dev/sg5 640 0 0 c 21 5 >> > +#nod /dev/sg6 640 0 0 c 21 6 >> > +#nod /dev/sg7 640 0 0 c 21 7 >> > +#nod /dev/sg8 640 0 0 c 21 8 >> > +#nod /dev/sg9 640 0 0 c 21 9 >> > +nod /dev/sda 640 0 0 b 8 0 >> > +nod /dev/sdb 640 0 0 b 8 16 >> > +#dir /dev/shm 755 0 0 >> > +#nod /dev/hda1 640 0 0 b 3 1 >> > +#nod /dev/hda2 640 0 0 b 3 2 >> > +#nod /dev/hda3 640 0 0 b 3 3 >> > +#nod /dev/hda4 640 0 0 b 3 4 >> > +#nod /dev/hda5 640 0 0 b 3 5 >> > +#nod /dev/hda6 640 0 0 b 3 6 >> > +#nod /dev/hda7 640 0 0 b 3 7 >> > +#nod /dev/hda8 640 0 0 b 3 8 >> > +#nod /dev/hda9 640 0 0 b 3 9 >> > +#nod /dev/hdb1 640 0 0 b 3 65 >> > +#nod /dev/hdb2 640 0 0 b 3 66 >> > +#nod /dev/hdb3 640 0 0 b 3 67 >> > +#nod /dev/hdb4 640 0 0 b 3 68 >> > +#nod /dev/hdb5 640 0 0 b 3 69 >> > +#nod /dev/hdb6 640 0 0 b 3 70 >> > +#nod /dev/hdb7 640 0 0 b 3 71 >> > +#nod /dev/hdb8 640 0 0 b 3 72 >> > +#nod /dev/hdb9 640 0 0 b 3 73 >> > +nod /dev/mtd0 640 0 0 c 90 0 >> > +nod /dev/mtdr0 640 0 0 c 90 1 >> > +nod /dev/mtd1 640 0 0 c 90 2 >> > +nod /dev/mtdr1 640 0 0 c 90 3 >> > +nod /dev/mtd2 640 0 0 c 90 4 >> > +nod /dev/mtdr2 640 0 0 c 90 5 >> > +nod /dev/mtd3 640 0 0 c 90 6 >> > +nod /dev/mtdr3 640 0 0 c 90 7 >> > +nod /dev/mtd4 640 0 0 c 90 8 >> > +nod /dev/mtdr4 640 0 0 c 90 9 >> > +nod /dev/mtd5 640 0 0 c 90 10 >> > +nod /dev/mtdr5 640 0 0 c 90 11 >> > +nod /dev/mtd6 640 0 0 c 90 12 >> > +nod /dev/mtdr6 640 0 0 c 90 13 >> > +nod /dev/mtd7 640 0 0 c 90 14 >> > +nod /dev/mtdr7 640 0 0 c 90 15 >> > +nod /dev/mtd8 640 0 0 c 90 16 >> > +nod /dev/mtdr8 640 0 0 c 90 17 >> > +nod /dev/mtd9 640 0 0 c 90 18 >> > +nod /dev/mtdr9 640 0 0 c 90 19 >> > +nod /dev/mtd10 640 0 0 c 90 20 >> > +nod /dev/mtdr10 640 0 0 c 90 21 >> > +nod /dev/mtd11 640 0 0 c 90 22 >> > +nod /dev/mtdr11 640 0 0 c 90 23 >> > +nod /dev/mtd12 640 0 0 c 90 24 >> > +nod /dev/mtdr12 640 0 0 c 90 25 >> > +nod /dev/mtd13 640 0 0 c 90 26 >> > +nod /dev/mtdr13 640 0 0 c 90 27 >> > +nod /dev/mtd14 640 0 0 c 90 28 >> > +nod /dev/mtdr14 640 0 0 c 90 29 >> > +nod /dev/mtd15 640 0 0 c 90 30 >> > +nod /dev/mtdr15 640 0 0 c 90 31 >> > +#nod /dev/ram0 640 0 0 b 1 0 >> > +#nod /dev/ram1 640 0 0 b 1 1 >> > +#nod /dev/ram2 640 0 0 b 1 2 >> > +#nod /dev/ram3 640 0 0 b 1 3 >> > +#nod /dev/sg10 640 0 0 c 21 10 >> > +#nod /dev/sg11 640 0 0 c 21 11 >> > +#nod /dev/sg12 640 0 0 c 21 12 >> > +#nod /dev/sg13 640 0 0 c 21 13 >> > +#nod /dev/sg14 640 0 0 c 21 14 >> > +nod /dev/sda1 640 0 0 b 8 1 >> > +nod /dev/sda2 640 0 0 b 8 2 >> > +nod /dev/sda3 640 0 0 b 8 3 >> > +nod /dev/sda4 640 0 0 b 8 4 >> > +#nod /dev/sda5 640 0 0 b 8 5 >> > +#nod /dev/sda6 640 0 0 b 8 6 >> > +#nod /dev/sda7 640 0 0 b 8 7 >> > +#nod /dev/sda8 640 0 0 b 8 8 >> > +#nod /dev/sda9 640 0 0 b 8 9 >> > +nod /dev/sdb1 640 0 0 b 8 17 >> > +nod /dev/sdb2 640 0 0 b 8 18 >> > +nod /dev/sdb3 640 0 0 b 8 19 >> > +nod /dev/sdb4 640 0 0 b 8 20 >> > +#nod /dev/sdb5 640 0 0 b 8 21 >> > +#nod /dev/sdb6 640 0 0 b 8 22 >> > +#nod /dev/sdb7 640 0 0 b 8 23 >> > +#nod /dev/sdb8 640 0 0 b 8 24 >> > +#nod /dev/sdb9 640 0 0 b 8 25 >> > +nod /dev/tty0 666 0 0 c 4 0 >> > +nod /dev/tty1 666 0 0 c 4 1 >> > +#nod /dev/tty2 666 0 0 c 4 2 >> > +#nod /dev/tty3 666 0 0 c 4 3 >> > +#nod /dev/tty4 666 0 0 c 4 4 >> > +#nod /dev/tty5 666 0 0 c 4 5 >> > +#nod /dev/tty6 666 0 0 c 4 6 >> > +#nod /dev/tty7 666 0 0 c 4 7 >> > +#nod /dev/hda10 640 0 0 b 3 10 >> > +#nod /dev/hda11 640 0 0 b 3 11 >> > +#nod /dev/hda12 640 0 0 b 3 12 >> > +#nod /dev/hda13 640 0 0 b 3 13 >> > +#nod /dev/hda14 640 0 0 b 3 14 >> > +#nod /dev/hdb10 640 0 0 b 3 74 >> > +#nod /dev/hdb11 640 0 0 b 3 75 >> > +#nod /dev/hdb12 640 0 0 b 3 76 >> > +#nod /dev/hdb13 640 0 0 b 3 77 >> > +#nod /dev/hdb14 640 0 0 b 3 78 >> > +#dir /dev/input 755 0 0 >> > +#nod /dev/input/mice 640 0 0 c 13 63 >> > +#nod /dev/input/event0 660 0 0 c 13 64 >> > +#nod /dev/input/event1 660 0 0 c 13 65 >> > +#nod /dev/input/event2 660 0 0 c 13 66 >> > +#nod /dev/input/event3 660 0 0 c 13 67 >> > +#nod /dev/input/mouse0 660 0 0 c 13 32 >> > +#nod /dev/input/mouse1 660 0 0 c 13 33 >> > +#nod /dev/input/mouse2 660 0 0 c 13 34 >> > +#nod /dev/input/mouse3 660 0 0 c 13 35 >> > +#nod /dev/psaux 666 0 0 c 10 1 >> > +nod /dev/ptyp0 666 0 0 c 2 0 >> > +nod /dev/ptyp1 666 0 0 c 2 1 >> > +#nod /dev/ptyp2 666 0 0 c 2 2 >> > +#nod /dev/ptyp3 666 0 0 c 2 3 >> > +#nod /dev/ptyp4 666 0 0 c 2 4 >> > +#nod /dev/ptyp5 666 0 0 c 2 5 >> > +#nod /dev/ptyp6 666 0 0 c 2 6 >> > +#nod /dev/ptyp7 666 0 0 c 2 7 >> > +#nod /dev/ptyp8 666 0 0 c 2 8 >> > +#nod /dev/ptyp9 666 0 0 c 2 9 >> > +#nod /dev/sda10 640 0 0 b 8 10 >> > +#nod /dev/sda11 640 0 0 b 8 11 >> > +#nod /dev/sda12 640 0 0 b 8 12 >> > +#nod /dev/sda13 640 0 0 b 8 13 >> > +#nod /dev/sda14 640 0 0 b 8 14 >> > +#nod /dev/sdb10 640 0 0 b 8 26 >> > +#nod /dev/sdb11 640 0 0 b 8 27 >> > +#nod /dev/sdb12 640 0 0 b 8 28 >> > +#nod /dev/sdb13 640 0 0 b 8 29 >> > +#nod /dev/sdb14 640 0 0 b 8 30 >> > +nod /dev/ttyP0 666 0 0 c 57 0 >> > +nod /dev/ttyP1 666 0 0 c 57 1 >> > +nod /dev/ttyP2 666 0 0 c 57 2 >> > +#nod /dev/ttyP3 666 0 0 c 57 3 >> > +nod /dev/ttyS0 666 0 0 c 4 64 >> > +nod /dev/ttyS1 666 0 0 c 4 65 >> > +#nod /dev/ttyS2 666 0 0 c 4 66 >> > +#nod /dev/ttyS3 666 0 0 c 4 67 >> > +nod /dev/ttyp0 666 0 0 c 3 0 >> > +nod /dev/ttyp1 666 0 0 c 3 1 >> > +#nod /dev/ttyp2 666 0 0 c 3 2 >> > +#nod /dev/ttyp3 666 0 0 c 3 3 >> > +#nod /dev/ttyp4 666 0 0 c 3 4 >> > +#nod /dev/ttyp5 666 0 0 c 3 5 >> > +#nod /dev/ttyp6 666 0 0 c 3 6 >> > +#nod /dev/ttyp7 666 0 0 c 3 7 >> > +#nod /dev/ttyp8 666 0 0 c 3 8 >> > +#nod /dev/ttyp9 666 0 0 c 3 9 >> > +nod /dev/mtdblock0 640 0 0 b 31 0 >> > +nod /dev/mtdblock1 640 0 0 b 31 1 >> > +nod /dev/mtdblock2 640 0 0 b 31 2 >> > +nod /dev/mtdblock3 640 0 0 b 31 3 >> > +nod /dev/mtdblock4 640 0 0 b 31 4 >> > +nod /dev/mtdblock5 640 0 0 b 31 5 >> > +nod /dev/mtdblock6 640 0 0 b 31 6 >> > +nod /dev/mtdblock7 640 0 0 b 31 7 >> > +nod /dev/mtdblock8 640 0 0 b 31 8 >> > +nod /dev/mtdblock9 640 0 0 b 31 9 >> > +nod /dev/mtdblock10 640 0 0 b 31 10 >> > +nod /dev/mtdblock11 640 0 0 b 31 11 >> > +nod /dev/mtdblock12 640 0 0 b 31 12 >> > +nod /dev/mtdblock13 640 0 0 b 31 13 >> > +nod /dev/mtdblock14 640 0 0 b 31 14 >> > +nod /dev/mtdblock15 640 0 0 b 31 15 >> > +#nod /dev/ttyJ0 666 0 0 c 232 16 >> > +#nod /dev/button 666 0 0 c 62 0 >> > +#nod /dev/spi 666 0 0 c 60 0 >> > +#nod /dev/i2c-0 666 0 0 c 89 0 >> > +#nod /dev/i2c-1 666 0 0 c 89 1 >> > +#nod /dev/video0 666 0 0 c 81 0 >> > +#nod /dev/video1 666 0 0 c 81 1 >> > +#nod /dev/mmc0 666 0 0 b 179 0 >> > +#nod /dev/mmcblk0 666 0 0 b 179 0 >> > +#nod /dev/mmcblk0p1 666 0 0 b 179 1 >> > +#nod /dev/mmcblk0p2 666 0 0 b 179 2 >> > +#nod /dev/mmcblk0p3 666 0 0 b 179 3 >> >> _______________________________________________ >> openwrt-devel mailing list >> openwrt-devel@lists.openwrt.org >> https://lists.openwrt.org/mailman/listinfo/openwrt-devel > > > Thanks, > > -- > Bayram > Thanks, -- Bayram _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel