OpenWrt Forum Archive

Topic: rb532 boot cf with ext2

The content of this topic has been archived on 24 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I have rb532, I could boot it with  squashfs  as my root, and then I could mount part 3 of my CF as ext2, and chroot. So I will be able to rewrite.

Now I can't get why if I use ext2 as my root, my kernel keep panic. even I have ext2 in my kernel and I use rootfstype=ext2fs in my kern.parms (I could see it in my log as well)

Please give me any hints, since I will start to create my system using chroot, and I don't know how to invoke all my startup scripts(after chroot),

I am sure there must be a better idea, specially on rb532 I have 2G of flash, so there is plenty of room avaliable.

hi...is there an image working for routerboard rb 532?
I have compiled from trunk but there is alwayes a kernel panic at the boot on CF
Can you give a tutorial to make an image or an image??

Sure here are my steeps:

Kamikaze/r5962  (Not the head!!)

Make two partition, dd the vmlinux on one, and Enable squashfs on the other.
Then start the flash.

Please follow the link:
http://asus.czela.net/routerboard/insten.txt


Let me know if you still have issues. (I can send you my .config)

you tell me that you have already run openwrt on rb532???
That is wonderful....can you tell in this forum a quide to do that...the link you gave is for more hackers than i am
I am trying to make a cf booting with openwrt...lets this thread be tha first complete tutorial for someone to do that!!!

Sure here are my steps:

I got  Kamikaze/r5962 (Not head)
I put 3 partition on my CF, Bootable, squashfs,ext2
I use teh following config in my menu:
#
# Automatically generated make config: don't edit
# OpenWrt version: Kamikaze/r5962
# Mon Jan 29 20:50:05 2007
#
CONFIG_HAVE_DOT_CONFIG=y
# CONFIG_LINUX_2_6_AU1000 is not set
# CONFIG_LINUX_2_6_ARUBA is not set
# CONFIG_LINUX_2_6_ATHEROS is not set
# CONFIG_LINUX_2_4_BRCM is not set
# CONFIG_LINUX_2_6_BRCM is not set
# CONFIG_LINUX_2_6_BRCM63XX is not set
# CONFIG_LINUX_2_6_IXP4XX is not set
# CONFIG_LINUX_2_6_MAGICBOX is not set
CONFIG_LINUX_2_6_RB532=y
# CONFIG_LINUX_2_6_RDC is not set
# CONFIG_LINUX_2_6_SIBYTE is not set
# CONFIG_LINUX_2_4_AR7 is not set
# CONFIG_LINUX_2_6_UML is not set
# CONFIG_LINUX_2_6_X86 is not set
# CONFIG_LINUX_2_6_ARM is not set
# CONFIG_LINUX_2_6_CRIS is not set
# CONFIG_LINUX_2_6_M68K is not set
# CONFIG_LINUX_2_6_SH3 is not set
# CONFIG_LINUX_2_6_SH3EB is not set
# CONFIG_LINUX_2_6_SH4 is not set
# CONFIG_LINUX_2_6_SH4EB is not set
# CONFIG_LINUX_2_6_SPARC is not set
# CONFIG_LINUX_2_6_AU1000_Atheros is not set
# CONFIG_LINUX_2_6_AU1000_Intel is not set
# CONFIG_LINUX_2_6_AU1000_Broadcom is not set
# CONFIG_LINUX_2_6_ARUBA_Default is not set
# CONFIG_LINUX_2_6_ATHEROS_Default is not set
# CONFIG_LINUX_2_4_BRCM_Broadcom is not set
# CONFIG_LINUX_2_4_BRCM_BroadcomMimo is not set
# CONFIG_LINUX_2_4_BRCM_Atheros is not set
# CONFIG_LINUX_2_4_BRCM_None is not set
# CONFIG_LINUX_2_4_BRCM_WRT54G3G is not set
# CONFIG_LINUX_2_4_BRCM_WL500G is not set
# CONFIG_LINUX_2_4_BRCM_WL500GD is not set
# CONFIG_LINUX_2_4_BRCM_WL500GP is not set
# CONFIG_LINUX_2_4_BRCM_WLHDD is not set
# CONFIG_LINUX_2_6_BRCM_Atheros is not set
# CONFIG_LINUX_2_6_BRCM_None is not set
# CONFIG_LINUX_2_6_BRCM63XX_Broadcom is not set
# CONFIG_LINUX_2_6_BRCM63XX_Atheros is not set
# CONFIG_LINUX_2_6_BRCM63XX_Ralink is not set
# CONFIG_LINUX_2_6_IXP4XX_Default is not set
# CONFIG_LINUX_2_6_MAGICBOX_Default is not set
CONFIG_LINUX_2_6_RB532_Default=y
# CONFIG_LINUX_2_6_RDC_Ralink is not set
# CONFIG_LINUX_2_6_SIBYTE_Default is not set
# CONFIG_LINUX_2_4_AR7_AnnexA is not set
# CONFIG_LINUX_2_4_AR7_AnnexB is not set
# CONFIG_LINUX_2_4_AR7_None is not set
# CONFIG_LINUX_2_6_UML_Default is not set
# CONFIG_LINUX_2_6_X86_Default is not set
CONFIG_LINUX_2_6=y
CONFIG_PCI_SUPPORT=y
CONFIG_PCMCIA_SUPPORT=y
CONFIG_USES_JFFS2=y
CONFIG_mipsel=y
CONFIG_ARCH="mipsel"
# CONFIG_ALL is not set
CONFIG_DEVEL=y
# CONFIG_BROKEN is not set
CONFIG_BUILDOPTS=y
CONFIG_AUTOREBUILD=y
# CONFIG_TAR_VERBOSITY is not set
CONFIG_JLEVEL=1
# CONFIG_CCACHE is not set
# CONFIG_NATIVE_TOOLCHAIN is not set
CONFIG_TOOLCHAINOPTS=y
CONFIG_BINUTILS_VERSION_2_16_1=y
# CONFIG_BINUTILS_VERSION_2_17 is not set
CONFIG_BINUTILS_VERSION="2.16.1"
# CONFIG_GCC_VERSION_3_4_4 is not set
# CONFIG_GCC_VERSION_3_4_5 is not set
# CONFIG_GCC_VERSION_3_4_6 is not set
# CONFIG_GCC_VERSION_3_4_6_nonmips is not set
# CONFIG_GCC_VERSION_4_0_2 is not set
# CONFIG_GCC_VERSION_4_0_3 is not set
# CONFIG_GCC_VERSION_4_1_0 is not set
CONFIG_GCC_VERSION_4_1_1=y
# CONFIG_GCC_VERSION_4_2 is not set
CONFIG_EXTRA_GCC_CONFIG_OPTIONS=""
CONFIG_INSTALL_LIBSTDCPP=y
# CONFIG_GDB is not set
CONFIG_LARGEFILE=y
# CONFIG_C99_MATH is not set
CONFIG_TARGET_OPTIMIZATION="-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time"
CONFIG_GCC_VERSION="4.1.1"
# CONFIG_SDK is not set

#
# Target Images
#
# CONFIG_TARGET_ROOTFS_INITRAMFS is not set
# CONFIG_TARGET_ROOTFS_JFFS2 is not set
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
# CONFIG_TARGET_ROOTFS_TGZ is not set
CONFIG_TARGET_ROOTFS_EXT2FS=y

#
# Image Options
#
CONFIG_X86_GRUB_ROOTPART="/dev/hda2"
CONFIG_X86_GRUB_BOOTOPTS=""
CONFIG_TARGET_ROOTFS_FSPART=200

#
# Base system
#
CONFIG_DEFAULT_base-files=y
CONFIG_DEFAULT_libgcc=y
CONFIG_DEFAULT_uclibc=y
CONFIG_DEFAULT_bridge=y
CONFIG_DEFAULT_busybox=y
CONFIG_DEFAULT_dnsmasq=y
CONFIG_DEFAULT_dropbear=y
CONFIG_DEFAULT_iptables=y
CONFIG_DEFAULT_mtd=y
CONFIG_PACKAGE_base-files=y
CONFIG_PACKAGE_bridge=y
CONFIG_PACKAGE_busybox=y

#
# Configuration
#
CONFIG_BUSYBOX_CONFIG_HAVE_DOT_CONFIG=y

#
# Busybox Settings
#

#
# General Configuration
#
# CONFIG_BUSYBOX_CONFIG_NITPICK is not set
# CONFIG_BUSYBOX_CONFIG_DESKTOP is not set
CONFIG_BUSYBOX_CONFIG_SHOW_USAGE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VERBOSE_USAGE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_COMPRESS_USAGE=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_INSTALLER is not set
# CONFIG_BUSYBOX_CONFIG_LOCALE_SUPPORT is not set
CONFIG_BUSYBOX_CONFIG_GETOPT_LONG=y
CONFIG_BUSYBOX_CONFIG_FEATURE_DEVPTS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_SUID=y
CONFIG_BUSYBOX_CONFIG_FEATURE_SYSLOG=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_SUID_CONFIG is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC=y
# CONFIG_BUSYBOX_CONFIG_SELINUX is not set
CONFIG_BUSYBOX_CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"

#
# Build Options
#
# CONFIG_BUSYBOX_CONFIG_STATIC is not set
# CONFIG_BUSYBOX_CONFIG_BUILD_LIBBUSYBOX is not set
CONFIG_BUSYBOX_CONFIG_LFS=y
# CONFIG_BUSYBOX_CONFIG_BUILD_AT_ONCE is not set

#
# Debugging Options
#
# CONFIG_BUSYBOX_CONFIG_DEBUG is not set
CONFIG_BUSYBOX_CONFIG_DEBUG_YANK_SUSv2=y

#
# Installation Options
#
# CONFIG_BUSYBOX_CONFIG_INSTALL_NO_USR is not set
CONFIG_BUSYBOX_CONFIG_INSTALL_APPLET_SYMLINKS=y
# CONFIG_BUSYBOX_CONFIG_INSTALL_APPLET_HARDLINKS is not set
# CONFIG_BUSYBOX_CONFIG_INSTALL_APPLET_DONT is not set
CONFIG_BUSYBOX_CONFIG_PREFIX="./_install"

#
# Busybox Library Tuning
#
CONFIG_BUSYBOX_CONFIG_PASSWORD_MINLEN=6
CONFIG_BUSYBOX_CONFIG_MD5_SIZE_VS_SPEED=2

#
# Applets
#

#
# Archival Utilities
#
# CONFIG_BUSYBOX_CONFIG_AR is not set
CONFIG_BUSYBOX_CONFIG_BUNZIP2=y
# CONFIG_BUSYBOX_CONFIG_CPIO is not set
# CONFIG_BUSYBOX_CONFIG_DPKG is not set
# CONFIG_BUSYBOX_CONFIG_DPKG_DEB is not set
CONFIG_BUSYBOX_CONFIG_GUNZIP=y
CONFIG_BUSYBOX_CONFIG_FEATURE_GUNZIP_UNCOMPRESS=y
CONFIG_BUSYBOX_CONFIG_GZIP=y
CONFIG_BUSYBOX_CONFIG_IPKG=y
# CONFIG_BUSYBOX_CONFIG_RPM2CPIO is not set
# CONFIG_BUSYBOX_CONFIG_RPM is not set
CONFIG_BUSYBOX_CONFIG_TAR=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_CREATE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_BZIP2=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_LZMA is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_FROM=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_GZIP=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_COMPRESS is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
# CONFIG_BUSYBOX_CONFIG_UNCOMPRESS is not set
# CONFIG_BUSYBOX_CONFIG_UNLZMA is not set
# CONFIG_BUSYBOX_CONFIG_UNZIP is not set

#
# Common options for cpio and tar
#
# CONFIG_BUSYBOX_CONFIG_FEATURE_UNARCHIVE_TAPE is not set

#
# Coreutils
#
CONFIG_BUSYBOX_CONFIG_BASENAME=y
# CONFIG_BUSYBOX_CONFIG_CAL is not set
CONFIG_BUSYBOX_CONFIG_CAT=y
# CONFIG_BUSYBOX_CONFIG_CATV is not set
CONFIG_BUSYBOX_CONFIG_CHGRP=y
CONFIG_BUSYBOX_CONFIG_CHMOD=y
CONFIG_BUSYBOX_CONFIG_CHOWN=y
CONFIG_BUSYBOX_CONFIG_CHROOT=y
# CONFIG_BUSYBOX_CONFIG_CKSUM is not set
# CONFIG_BUSYBOX_CONFIG_CMP is not set
# CONFIG_BUSYBOX_CONFIG_COMM is not set
CONFIG_BUSYBOX_CONFIG_CP=y
CONFIG_BUSYBOX_CONFIG_CUT=y
CONFIG_BUSYBOX_CONFIG_DATE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_DATE_ISOFMT=y
CONFIG_BUSYBOX_CONFIG_DD=y
CONFIG_BUSYBOX_CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_DD_IBS_OBS is not set
CONFIG_BUSYBOX_CONFIG_DF=y
# CONFIG_BUSYBOX_CONFIG_DIFF is not set
CONFIG_BUSYBOX_CONFIG_DIRNAME=y
# CONFIG_BUSYBOX_CONFIG_DOS2UNIX is not set
CONFIG_BUSYBOX_CONFIG_DU=y
CONFIG_BUSYBOX_CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y
CONFIG_BUSYBOX_CONFIG_ECHO=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_ECHO=y
CONFIG_BUSYBOX_CONFIG_ENV=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_ENV_LONG_OPTIONS is not set
CONFIG_BUSYBOX_CONFIG_EXPR=y
# CONFIG_BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64 is not set
CONFIG_BUSYBOX_CONFIG_FALSE=y
# CONFIG_BUSYBOX_CONFIG_FOLD is not set
CONFIG_BUSYBOX_CONFIG_HEAD=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_HEAD=y
CONFIG_BUSYBOX_CONFIG_HOSTID=y
CONFIG_BUSYBOX_CONFIG_ID=y
# CONFIG_BUSYBOX_CONFIG_INSTALL is not set
CONFIG_BUSYBOX_CONFIG_LENGTH=y
CONFIG_BUSYBOX_CONFIG_LN=y
# CONFIG_BUSYBOX_CONFIG_LOGNAME is not set
CONFIG_BUSYBOX_CONFIG_LS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_FILETYPES=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_FOLLOWLINKS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_RECURSIVE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_SORTFILES=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_TIMESTAMPS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_USERNAME=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_COLOR=y
CONFIG_BUSYBOX_CONFIG_FEATURE_LS_COLOR_IS_DEFAULT=y
CONFIG_BUSYBOX_CONFIG_MD5SUM=y
CONFIG_BUSYBOX_CONFIG_MKDIR=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set
CONFIG_BUSYBOX_CONFIG_MKFIFO=y
CONFIG_BUSYBOX_CONFIG_MKNOD=y
CONFIG_BUSYBOX_CONFIG_MV=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_MV_LONG_OPTIONS is not set
# CONFIG_BUSYBOX_CONFIG_NICE is not set
# CONFIG_BUSYBOX_CONFIG_NOHUP is not set
# CONFIG_BUSYBOX_CONFIG_OD is not set
# CONFIG_BUSYBOX_CONFIG_PRINTENV is not set
CONFIG_BUSYBOX_CONFIG_PRINTF=y
CONFIG_BUSYBOX_CONFIG_PWD=y
# CONFIG_BUSYBOX_CONFIG_REALPATH is not set
CONFIG_BUSYBOX_CONFIG_RM=y
CONFIG_BUSYBOX_CONFIG_RMDIR=y
CONFIG_BUSYBOX_CONFIG_SEQ=y
# CONFIG_BUSYBOX_CONFIG_SHA1SUM is not set
CONFIG_BUSYBOX_CONFIG_SLEEP=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_SLEEP=y
CONFIG_BUSYBOX_CONFIG_SORT=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_SORT_BIG is not set
# CONFIG_BUSYBOX_CONFIG_STAT is not set
# CONFIG_BUSYBOX_CONFIG_STTY is not set
# CONFIG_BUSYBOX_CONFIG_SUM is not set
CONFIG_BUSYBOX_CONFIG_SYNC=y
CONFIG_BUSYBOX_CONFIG_TAIL=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_TAIL=y
CONFIG_BUSYBOX_CONFIG_TEE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TEE_USE_BLOCK_IO=y
CONFIG_BUSYBOX_CONFIG_TEST=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_TEST_64 is not set
CONFIG_BUSYBOX_CONFIG_TOUCH=y
CONFIG_BUSYBOX_CONFIG_TR=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_TR_CLASSES is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_TR_EQUIV is not set
CONFIG_BUSYBOX_CONFIG_TRUE=y
# CONFIG_BUSYBOX_CONFIG_TTY is not set
CONFIG_BUSYBOX_CONFIG_UNAME=y
CONFIG_BUSYBOX_CONFIG_UNIQ=y
# CONFIG_BUSYBOX_CONFIG_USLEEP is not set
# CONFIG_BUSYBOX_CONFIG_UUDECODE is not set
# CONFIG_BUSYBOX_CONFIG_UUENCODE is not set
# CONFIG_BUSYBOX_CONFIG_WATCH is not set
CONFIG_BUSYBOX_CONFIG_WC=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_WC_LARGE is not set
# CONFIG_BUSYBOX_CONFIG_WHO is not set
# CONFIG_BUSYBOX_CONFIG_WHOAMI is not set
CONFIG_BUSYBOX_CONFIG_YES=y

#
# Common options for cp and mv
#
CONFIG_BUSYBOX_CONFIG_FEATURE_PRESERVE_HARDLINKS=y

#
# Common options for ls, more and telnet
#
CONFIG_BUSYBOX_CONFIG_FEATURE_AUTOWIDTH=y

#
# Common options for df, du, ls
#
CONFIG_BUSYBOX_CONFIG_FEATURE_HUMAN_READABLE=y

#
# Common options for md5sum, sha1sum
#
CONFIG_BUSYBOX_CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y

#
# Console Utilities
#
# CONFIG_BUSYBOX_CONFIG_CHVT is not set
CONFIG_BUSYBOX_CONFIG_CLEAR=y
# CONFIG_BUSYBOX_CONFIG_DEALLOCVT is not set
# CONFIG_BUSYBOX_CONFIG_DUMPKMAP is not set
# CONFIG_BUSYBOX_CONFIG_LOADFONT is not set
# CONFIG_BUSYBOX_CONFIG_LOADKMAP is not set
# CONFIG_BUSYBOX_CONFIG_OPENVT is not set
CONFIG_BUSYBOX_CONFIG_RESET=y
# CONFIG_BUSYBOX_CONFIG_RESIZE is not set
# CONFIG_BUSYBOX_CONFIG_SETCONSOLE is not set
# CONFIG_BUSYBOX_CONFIG_SETKEYCODES is not set
# CONFIG_BUSYBOX_CONFIG_SETLOGCONS is not set

#
# Debian Utilities
#
CONFIG_BUSYBOX_CONFIG_MKTEMP=y
# CONFIG_BUSYBOX_CONFIG_PIPE_PROGRESS is not set
# CONFIG_BUSYBOX_CONFIG_READLINK is not set
# CONFIG_BUSYBOX_CONFIG_RUN_PARTS is not set
# CONFIG_BUSYBOX_CONFIG_START_STOP_DAEMON is not set
CONFIG_BUSYBOX_CONFIG_WHICH=y

#
# Editors
#
CONFIG_BUSYBOX_CONFIG_AWK=y
CONFIG_BUSYBOX_CONFIG_FEATURE_AWK_MATH=y
# CONFIG_BUSYBOX_CONFIG_ED is not set
# CONFIG_BUSYBOX_CONFIG_PATCH is not set
CONFIG_BUSYBOX_CONFIG_SED=y
CONFIG_BUSYBOX_CONFIG_VI=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_COLON=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_YANKMARK=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_SEARCH=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_USE_SIGNALS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_DOT_CMD=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_READONLY=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_SETOPTS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_SET=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_WIN_RESIZE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y

#
# Finding Utilities
#
CONFIG_BUSYBOX_CONFIG_FIND=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_PRINT0=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_MTIME is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_MMIN is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_PERM=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_TYPE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_XDEV=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_NEWER is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_INUM is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_EXEC=y
CONFIG_BUSYBOX_CONFIG_GREP=y
CONFIG_BUSYBOX_CONFIG_FEATURE_GREP_EGREP_ALIAS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_GREP_FGREP_ALIAS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_GREP_CONTEXT=y
CONFIG_BUSYBOX_CONFIG_XARGS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION=y
CONFIG_BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y
CONFIG_BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT=y
CONFIG_BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y

#
# Init Utilities
#
CONFIG_BUSYBOX_CONFIG_INIT=y
# CONFIG_BUSYBOX_CONFIG_DEBUG_INIT is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_USE_INITTAB=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_INIT_SCTTY is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_EXTRA_QUIET is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_INIT_COREDUMPS is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_INITRD is not set
CONFIG_BUSYBOX_CONFIG_HALT=y
CONFIG_BUSYBOX_CONFIG_MESG=y

#
# Login/Password Management Utilities
#
# CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS is not set
# CONFIG_BUSYBOX_CONFIG_USE_BB_PWD_GRP is not set
# CONFIG_BUSYBOX_CONFIG_ADDGROUP is not set
# CONFIG_BUSYBOX_CONFIG_DELGROUP is not set
# CONFIG_BUSYBOX_CONFIG_ADDUSER is not set
# CONFIG_BUSYBOX_CONFIG_DELUSER is not set
# CONFIG_BUSYBOX_CONFIG_GETTY is not set
# CONFIG_BUSYBOX_CONFIG_LOGIN is not set
CONFIG_BUSYBOX_CONFIG_PASSWD=y
# CONFIG_BUSYBOX_CONFIG_SU is not set
# CONFIG_BUSYBOX_CONFIG_SULOGIN is not set
# CONFIG_BUSYBOX_CONFIG_VLOCK is not set

#
# Linux Ext2 FS Progs
#
# CONFIG_BUSYBOX_CONFIG_CHATTR is not set
# CONFIG_BUSYBOX_CONFIG_E2FSCK is not set
# CONFIG_BUSYBOX_CONFIG_FSCK is not set
# CONFIG_BUSYBOX_CONFIG_LSATTR is not set
# CONFIG_BUSYBOX_CONFIG_MKE2FS is not set
# CONFIG_BUSYBOX_CONFIG_TUNE2FS is not set

#
# Linux Module Utilities
#
CONFIG_BUSYBOX_CONFIG_INSMOD=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_INSMOD_LOADINKMEM is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
CONFIG_BUSYBOX_CONFIG_RMMOD=y
CONFIG_BUSYBOX_CONFIG_LSMOD=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
# CONFIG_BUSYBOX_CONFIG_MODPROBE is not set

#
# Options common to multiple modutils
#
CONFIG_BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_2_4_MODULES=y
CONFIG_BUSYBOX_CONFIG_FEATURE_2_6_MODULES=y

#
# Linux System Utilities
#
CONFIG_BUSYBOX_CONFIG_DMESG=y
CONFIG_BUSYBOX_CONFIG_FEATURE_DMESG_PRETTY=y
# CONFIG_BUSYBOX_CONFIG_FBSET is not set
# CONFIG_BUSYBOX_CONFIG_FDFLUSH is not set
# CONFIG_BUSYBOX_CONFIG_FDFORMAT is not set
# CONFIG_BUSYBOX_CONFIG_FDISK is not set
CONFIG_BUSYBOX_CONFIG_FDISK_SUPPORT_LARGE_DISKS=y
# CONFIG_BUSYBOX_CONFIG_FREERAMDISK is not set
# CONFIG_BUSYBOX_CONFIG_FSCK_MINIX is not set
# CONFIG_BUSYBOX_CONFIG_MKFS_MINIX is not set
# CONFIG_BUSYBOX_CONFIG_GETOPT is not set
CONFIG_BUSYBOX_CONFIG_HEXDUMP=y
# CONFIG_BUSYBOX_CONFIG_HWCLOCK is not set
# CONFIG_BUSYBOX_CONFIG_IPCRM is not set
# CONFIG_BUSYBOX_CONFIG_IPCS is not set
# CONFIG_BUSYBOX_CONFIG_LOSETUP is not set
# CONFIG_BUSYBOX_CONFIG_MDEV is not set
# CONFIG_BUSYBOX_CONFIG_MKSWAP is not set
# CONFIG_BUSYBOX_CONFIG_MORE is not set
CONFIG_BUSYBOX_CONFIG_MOUNT=y
CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_NFS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_CIFS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_FLAGS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_FSTAB=y
CONFIG_BUSYBOX_CONFIG_PIVOT_ROOT=y
CONFIG_BUSYBOX_CONFIG_RDATE=y
# CONFIG_BUSYBOX_CONFIG_READPROFILE is not set
# CONFIG_BUSYBOX_CONFIG_SETARCH is not set
# CONFIG_BUSYBOX_CONFIG_SWAPONOFF is not set
CONFIG_BUSYBOX_CONFIG_SWITCH_ROOT=y
CONFIG_BUSYBOX_CONFIG_UMOUNT=y
CONFIG_BUSYBOX_CONFIG_FEATURE_UMOUNT_ALL=y

#
# Common options for mount/umount
#
CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_LOOP=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_MTAB_SUPPORT is not set

#
# Miscellaneous Utilities
#
# CONFIG_BUSYBOX_CONFIG_ADJTIMEX is not set
# CONFIG_BUSYBOX_CONFIG_BBCONFIG is not set
CONFIG_BUSYBOX_CONFIG_CROND=y
# CONFIG_BUSYBOX_CONFIG_DEBUG_CROND_OPTION is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set
CONFIG_BUSYBOX_CONFIG_CRONTAB=y
# CONFIG_BUSYBOX_CONFIG_DC is not set
# CONFIG_BUSYBOX_CONFIG_DEVFSD is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_DEVFS=y
# CONFIG_BUSYBOX_CONFIG_EJECT is not set
# CONFIG_BUSYBOX_CONFIG_LAST is not set
CONFIG_BUSYBOX_CONFIG_LESS=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_LESS_FLAGS is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_LESS_FLAGCS is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_LESS_MARKS is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_LESS_REGEXP is not set
# CONFIG_BUSYBOX_CONFIG_HDPARM is not set
CONFIG_BUSYBOX_CONFIG_LOCK=y
# CONFIG_BUSYBOX_CONFIG_MAKEDEVS is not set
# CONFIG_BUSYBOX_CONFIG_MOUNTPOINT is not set
# CONFIG_BUSYBOX_CONFIG_MT is not set
# CONFIG_BUSYBOX_CONFIG_NMETER is not set
# CONFIG_BUSYBOX_CONFIG_RAIDAUTORUN is not set
# CONFIG_BUSYBOX_CONFIG_READAHEAD is not set
# CONFIG_BUSYBOX_CONFIG_RUNLEVEL is not set
# CONFIG_BUSYBOX_CONFIG_RX is not set
CONFIG_BUSYBOX_CONFIG_STRINGS=y
# CONFIG_BUSYBOX_CONFIG_SETSID is not set
# CONFIG_BUSYBOX_CONFIG_TASKSET is not set
CONFIG_BUSYBOX_CONFIG_TIME=y
CONFIG_BUSYBOX_CONFIG_WATCHDOG=y

#
# Networking Utilities
#
CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6=y
CONFIG_BUSYBOX_CONFIG_ARPING=y
# CONFIG_BUSYBOX_CONFIG_DNSD is not set
# CONFIG_BUSYBOX_CONFIG_ETHER_WAKE is not set
# CONFIG_BUSYBOX_CONFIG_FAKEIDENTD is not set
# CONFIG_BUSYBOX_CONFIG_FTPGET is not set
# CONFIG_BUSYBOX_CONFIG_FTPPUT is not set
# CONFIG_BUSYBOX_CONFIG_HOSTNAME is not set
CONFIG_BUSYBOX_CONFIG_HTTPD=y
CONFIG_BUSYBOX_CONFIG_FEATURE_HTTPD_BASIC_AUTH=y
CONFIG_BUSYBOX_CONFIG_FEATURE_HTTPD_AUTH_MD5=y
CONFIG_BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES=y
CONFIG_BUSYBOX_CONFIG_FEATURE_HTTPD_CGI=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV=y
CONFIG_BUSYBOX_CONFIG_FEATURE_HTTPD_ENCODE_URL_STR=y
CONFIG_BUSYBOX_CONFIG_IFCONFIG=y
CONFIG_BUSYBOX_CONFIG_FEATURE_IFCONFIG_STATUS=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_IFCONFIG_SLIP is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_IFCONFIG_HW=y
CONFIG_BUSYBOX_CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y
# CONFIG_BUSYBOX_CONFIG_IFUPDOWN is not set
# CONFIG_BUSYBOX_CONFIG_INETD is not set
# CONFIG_BUSYBOX_CONFIG_IP is not set
# CONFIG_BUSYBOX_CONFIG_IPCALC is not set
# CONFIG_BUSYBOX_CONFIG_NAMEIF is not set
CONFIG_BUSYBOX_CONFIG_NC=y
CONFIG_BUSYBOX_CONFIG_NETMSG=y
# CONFIG_BUSYBOX_CONFIG_NC_SERVER is not set
# CONFIG_BUSYBOX_CONFIG_NC_EXTRA is not set
CONFIG_BUSYBOX_CONFIG_NETSTAT=y
CONFIG_BUSYBOX_CONFIG_NSLOOKUP=y
CONFIG_BUSYBOX_CONFIG_PING=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_PING=y
CONFIG_BUSYBOX_CONFIG_PING6=y
CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_PING6=y
CONFIG_BUSYBOX_CONFIG_ROUTE=y
CONFIG_BUSYBOX_CONFIG_TELNET=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_TELNET_AUTOLOGIN is not set
CONFIG_BUSYBOX_CONFIG_TELNETD=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE=y
# CONFIG_BUSYBOX_CONFIG_TFTP is not set
CONFIG_BUSYBOX_CONFIG_TRACEROUTE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_VERBOSE=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set
# CONFIG_BUSYBOX_CONFIG_APP_UDHCPD is not set
CONFIG_BUSYBOX_CONFIG_APP_UDHCPC=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_UDHCP_SYSLOG is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_UDHCP_DEBUG is not set
CONFIG_BUSYBOX_CONFIG_VCONFIG=y
CONFIG_BUSYBOX_CONFIG_WGET=y
CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_STATUSBAR=y
CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_AUTHENTICATION=y
CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_IP6_LITERAL=y
CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_LONG_OPTIONS=y
# CONFIG_BUSYBOX_CONFIG_ZCIP is not set

#
# Process Utilities
#
CONFIG_BUSYBOX_CONFIG_FREE=y
# CONFIG_BUSYBOX_CONFIG_FUSER is not set
CONFIG_BUSYBOX_CONFIG_KILL=y
CONFIG_BUSYBOX_CONFIG_KILLALL=y
CONFIG_BUSYBOX_CONFIG_KILLALL5=y
CONFIG_BUSYBOX_CONFIG_PIDOF=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_PIDOF_SINGLE is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT is not set
CONFIG_BUSYBOX_CONFIG_PS=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_PS_WIDE is not set
# CONFIG_BUSYBOX_CONFIG_RENICE is not set
CONFIG_BUSYBOX_CONFIG_BB_SYSCTL=y
CONFIG_BUSYBOX_CONFIG_TOP=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y
CONFIG_BUSYBOX_CONFIG_UPTIME=y

#
# Shells
#
CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_ASH=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_LASH is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_MSH is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_NONE is not set
CONFIG_BUSYBOX_CONFIG_ASH=y

#
# Ash Shell Options
#
CONFIG_BUSYBOX_CONFIG_ASH_JOB_CONTROL=y
# CONFIG_BUSYBOX_CONFIG_ASH_READ_NCHARS is not set
CONFIG_BUSYBOX_CONFIG_ASH_READ_TIMEOUT=y
CONFIG_BUSYBOX_CONFIG_ASH_ALIAS=y
CONFIG_BUSYBOX_CONFIG_ASH_MATH_SUPPORT=y
# CONFIG_BUSYBOX_CONFIG_ASH_MATH_SUPPORT_64 is not set
CONFIG_BUSYBOX_CONFIG_ASH_GETOPTS=y
CONFIG_BUSYBOX_CONFIG_ASH_BUILTIN_ECHO=y
CONFIG_BUSYBOX_CONFIG_ASH_BUILTIN_TEST=y
CONFIG_BUSYBOX_CONFIG_ASH_CMDCMD=y
# CONFIG_BUSYBOX_CONFIG_ASH_MAIL is not set
CONFIG_BUSYBOX_CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
# CONFIG_BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT is not set
# CONFIG_BUSYBOX_CONFIG_ASH_EXPAND_PRMT is not set
# CONFIG_BUSYBOX_CONFIG_HUSH is not set
# CONFIG_BUSYBOX_CONFIG_LASH is not set
# CONFIG_BUSYBOX_CONFIG_MSH is not set

#
# Bourne Shell Options
#
# CONFIG_BUSYBOX_CONFIG_FEATURE_SH_EXTRA_QUIET is not set
# CONFIG_BUSYBOX_CONFIG_FEATURE_SH_STANDALONE_SHELL is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_COMMAND_EDITING=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_COMMAND_EDITING_VI is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_COMMAND_HISTORY=15
# CONFIG_BUSYBOX_CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_COMMAND_TAB_COMPLETION=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set
CONFIG_BUSYBOX_CONFIG_FEATURE_SH_FANCY_PROMPT=y

#
# System Logging Utilities
#
CONFIG_BUSYBOX_CONFIG_SYSLOGD=y
CONFIG_BUSYBOX_CONFIG_FEATURE_ROTATE_LOGFILE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_REMOTE_LOG=y
CONFIG_BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG=y
CONFIG_BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=16
CONFIG_BUSYBOX_CONFIG_LOGREAD=y
# CONFIG_BUSYBOX_CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set
CONFIG_BUSYBOX_CONFIG_KLOGD=y
CONFIG_BUSYBOX_CONFIG_LOGGER=y

#
# Runit Utilities
#
# CONFIG_BUSYBOX_CONFIG_RUNSV is not set
# CONFIG_BUSYBOX_CONFIG_RUNSVDIR is not set
# CONFIG_BUSYBOX_CONFIG_SV is not set
# CONFIG_BUSYBOX_CONFIG_SVLOGD is not set
# CONFIG_BUSYBOX_CONFIG_CHPST is not set
# CONFIG_BUSYBOX_CONFIG_SETUIDGID is not set
# CONFIG_BUSYBOX_CONFIG_ENVUIDGID is not set
# CONFIG_BUSYBOX_CONFIG_ENVDIR is not set
# CONFIG_BUSYBOX_CONFIG_SOFTLIMIT is not set
CONFIG_PACKAGE_dnsmasq=y
CONFIG_PACKAGE_dropbear=y
CONFIG_PACKAGE_iptables=y
CONFIG_PACKAGE_iptables-mod-conntrack=y
CONFIG_PACKAGE_iptables-mod-extra=y
CONFIG_PACKAGE_iptables-mod-filter=y
CONFIG_PACKAGE_iptables-mod-imq=y
CONFIG_PACKAGE_iptables-mod-ipopt=y
# CONFIG_PACKAGE_iptables-mod-ipsec is not set
# CONFIG_PACKAGE_iptables-mod-nat is not set
# CONFIG_PACKAGE_iptables-mod-ulog is not set
# CONFIG_PACKAGE_iptables-utils is not set
CONFIG_PACKAGE_libgcc=y
CONFIG_PACKAGE_mtd=y
CONFIG_PACKAGE_qos-scripts=y
CONFIG_PACKAGE_uclibc=y
CONFIG_PACKAGE_wireless-tools=y

#
# Utilities
#
# CONFIG_PACKAGE_comgt is not set
CONFIG_PACKAGE_dropbearconvert=y
CONFIG_PACKAGE_fdisk=y
# CONFIG_PACKAGE_fuse-utils is not set
# CONFIG_PACKAGE_haserl is not set
# CONFIG_PACKAGE_losetup is not set
# CONFIG_PACKAGE_openssl-util is not set
CONFIG_PACKAGE_pcmcia-cs=y
# CONFIG_PACKAGE_robocfg is not set
# CONFIG_PACKAGE_swap-utils is not set
CONFIG_PACKAGE_udev=y

#
# Libraries
#
# CONFIG_PACKAGE_libfuse is not set
# CONFIG_PACKAGE_libgmp is not set
# CONFIG_PACKAGE_libopenssl is not set
CONFIG_PACKAGE_libpcap=y
CONFIG_PACKAGE_libpthread=y
# CONFIG_PACKAGE_linux-atm is not set
CONFIG_PACKAGE_zlib=y

#
# Network
#
CONFIG_DEFAULT_ppp=y
CONFIG_DEFAULT_ppp-mod-pppoe=y
# CONFIG_PACKAGE_arptables is not set
# CONFIG_PACKAGE_br2684ctl is not set
# CONFIG_PACKAGE_ebtables is not set
# CONFIG_PACKAGE_hostapd is not set
# CONFIG_PACKAGE_hostapd-mini is not set
# CONFIG_PACKAGE_ifenslave is not set
CONFIG_PACKAGE_ip=y
# CONFIG_PACKAGE_ip6tables is not set
# CONFIG_PACKAGE_ipsec-tools is not set
# CONFIG_PACKAGE_ipset is not set
# CONFIG_PACKAGE_isakmpd is not set
# CONFIG_PACKAGE_keynote is not set
# CONFIG_PACKAGE_openswan is not set
# CONFIG_PACKAGE_ppp is not set
# CONFIG_PACKAGE_pptp is not set
CONFIG_PACKAGE_tc=y
# CONFIG_PACKAGE_wpa-supplicant is not set

#
# Kernel modules
#

#
# Filesystems
#
CONFIG_PACKAGE_kmod-fs-cifs=m
CONFIG_PACKAGE_kmod-fs-ext2=y
CONFIG_PACKAGE_kmod-fs-ext3=m
CONFIG_PACKAGE_kmod-fs-hfsplus=m
CONFIG_PACKAGE_kmod-fs-isofs=m
CONFIG_PACKAGE_kmod-fs-minix=m
CONFIG_PACKAGE_kmod-fs-msdos=m
CONFIG_PACKAGE_kmod-fs-nfs=m
CONFIG_PACKAGE_kmod-fs-udf=m
CONFIG_PACKAGE_kmod-fs-vfat=m
CONFIG_PACKAGE_kmod-fs-xfs=m
CONFIG_PACKAGE_kmod-nls-base=m
CONFIG_PACKAGE_kmod-nls-cp437=m
CONFIG_PACKAGE_kmod-nls-cp850=m
CONFIG_PACKAGE_kmod-nls-iso8859-1=m
CONFIG_PACKAGE_kmod-nls-iso8859-15=m
CONFIG_PACKAGE_kmod-nls-koi8r=m
CONFIG_PACKAGE_kmod-nls-utf8=m

#
# Netfilter Extensions
#
CONFIG_PACKAGE_kmod-arptables=m
CONFIG_PACKAGE_kmod-ebtables=m
CONFIG_PACKAGE_kmod-ip6tables=m
CONFIG_PACKAGE_kmod-ipt-conntrack=y
CONFIG_PACKAGE_kmod-ipt-extra=y
CONFIG_PACKAGE_kmod-ipt-filter=y
CONFIG_PACKAGE_kmod-ipt-imq=y
CONFIG_PACKAGE_kmod-ipt-ipopt=y
CONFIG_PACKAGE_kmod-ipt-ipsec=m
CONFIG_PACKAGE_kmod-ipt-nat=m
CONFIG_PACKAGE_kmod-ipt-nathelper=y
CONFIG_PACKAGE_kmod-ipt-nathelper-extra=m
CONFIG_PACKAGE_kmod-ipt-queue=m
CONFIG_PACKAGE_kmod-ipt-ulog=m

#
# Network Devices
#

#
# Network Support
#
CONFIG_PACKAGE_kmod-ax25=m
CONFIG_PACKAGE_kmod-gre=m
CONFIG_PACKAGE_kmod-ipip=m
CONFIG_PACKAGE_kmod-ipsec=m
CONFIG_PACKAGE_kmod-ipsec4=m
CONFIG_PACKAGE_kmod-ipsec6=m
CONFIG_PACKAGE_kmod-ipv6=m
CONFIG_PACKAGE_kmod-ppp=y
CONFIG_PACKAGE_kmod-mppe=m
CONFIG_PACKAGE_kmod-pppoa=m
CONFIG_PACKAGE_kmod-pppoe=y
CONFIG_PACKAGE_kmod-sched=y
CONFIG_PACKAGE_kmod-tun=y

#
# Other modules
#
CONFIG_PACKAGE_kmod-bluetooth=m
CONFIG_PACKAGE_kmod-crypto=m
CONFIG_PACKAGE_kmod-ide-core=m
CONFIG_PACKAGE_kmod-ide-pdc202xx=m
CONFIG_PACKAGE_kmod-loop=m
CONFIG_PACKAGE_kmod-lp=m
CONFIG_PACKAGE_kmod-nbd=m
CONFIG_PACKAGE_kmod-pcmcia-core=y
CONFIG_PACKAGE_kmod-pcmcia-serial=m
CONFIG_PACKAGE_kmod-softdog=m
CONFIG_PACKAGE_kmod-soundcore=m
CONFIG_PACKAGE_kmod-videodev=m

#
# USB Support
#

#
# Wireless Drivers
#
# CONFIG_PACKAGE_kmod-d80211 is not set
# CONFIG_PACKAGE_kmod-hostap is not set
CONFIG_PACKAGE_kmod-ieee80211=m
CONFIG_PACKAGE_kmod-ieee80211-softmac=m
CONFIG_PACKAGE_kmod-madwifi=y
CONFIG_PACKAGE_kmod-net-airo=m
CONFIG_PACKAGE_kmod-net-bcm43xx=m
CONFIG_PACKAGE_kmod-net-hermes=m
CONFIG_PACKAGE_kmod-net-hermes-pci=m
CONFIG_PACKAGE_kmod-net-hermes-plx=m
CONFIG_PACKAGE_kmod-net-ipw2100=m
CONFIG_PACKAGE_kmod-net-ipw2200=m
CONFIG_PACKAGE_kmod-net-prism54=m

#
# Kernel drivers
#
# CONFIG_PACKAGE_kmod-fuse is not set
# CONFIG_PACKAGE_kmod-openswan is not set
# CONFIG_PACKAGE_kmod-zd1211 is not set


Then I make, I copy my target to the ext2 as well as squash, then I start, kernel read the squash, then I mount CF3 as ext2, then changeroot there.

Let me know wich step you need to me to go more in details.

There is a lot of little hubs like how to setup the serial link and others that exist in the link I give you, let me know where you stop and I will guide you.

put 3 partition on my CF, Bootable, squashfs,ext2


a help for this??

Here is our chating for other people who could work with us:



2007-01-22

(00:20:48) nikosaei:

are you there?

(00:43:59) nikosaei:

hi

(00:44:08) nikosaei:

?

(00:44:08) nikosaei:

my friend are you there

(10:38:51) nikosaei:

hi

(10:39:03) nikosaei:

are you there my friend?

(10:42:16) nikosaei:

i want a little help to create the cf card

(10:42:24) nikosaei:

can you help me?

(10:44:09) louaysakka:

hello

(10:44:41) louaysakka:

are you there?

(10:44:47) nikosaei:

oh helloe from greece

(10:44:55) nikosaei:

of cource i am

(10:45:03) louaysakka:

helo from Dubai

(10:45:07) louaysakka:

smile

(10:45:27) louaysakka:

So did you read my post?

(10:45:34) nikosaei:

and i am waiting you to talk to me sad

(10:45:39) nikosaei:

how are you

(10:45:40) nikosaei:

?

(10:45:51) nikosaei:

Dubai

(10:46:02) nikosaei:

well don

(10:46:04) nikosaei:

done

(10:46:14) nikosaei:

sorry for my english

(10:46:18) louaysakka:

I want to know where did you stop?

(10:46:28) louaysakka:

no problem

(10:46:32) nikosaei:

of cource i read your post

(10:51:02) nikosaei:

just a moment to tell you

(10:51:20) nikosaei:

i just compile the openwrt

(10:51:26) nikosaei:

i can create images but

(10:51:38) nikosaei:

when i write them on cf i get

(10:51:45) nikosaei:

kernel panic

(10:53:12) nikosaei:

are you there i see there is a problem with skype messages tells me that not delevered yet!

(10:56:01) louaysakka:

hello

(10:56:11) louaysakka:

sorry got disconnected

(10:56:17) nikosaei:

hi

(10:56:34) nikosaei:

a ok

(10:56:59) louaysakka:

For me I did not copy them from the image

(10:57:06) nikosaei:

and i stated to find why

(10:57:19) louaysakka:

I make a file system manually

(10:57:55) nikosaei:

just a moment to understant please

(10:57:57) nikosaei:

ok?

(10:58:12) louaysakka:

mksquash or mkext2

(10:58:40) louaysakka:

so you use a standard kernel

(10:58:59) louaysakka:

I could be able to boot squash fs

(10:59:09) louaysakka:

as root, on cf2

(10:59:19) louaysakka:

I create 3 partition

(10:59:37) louaysakka:

boot, squash and ext2

(10:59:42) nikosaei:

i don t understand

(10:59:48) nikosaei:

just a moment please

(11:00:00) louaysakka:

sure

(11:00:08) nikosaei:

sorry a want to learn

(11:00:13) nikosaei:

first

(11:00:36) nikosaei:

i need to create a partions to my cf

(11:00:40) nikosaei:

ok?

(11:00:48) nikosaei:

i have a cf 512 mbyte

(11:00:59) louaysakka:

no probelm

(11:01:08) nikosaei:

how i create these 3 partitions

(11:01:21) louaysakka:

fdisk

(11:01:33) nikosaei:

can you tell me to learn how can this do?

(11:01:40) louaysakka:

when you connect it with usb

(11:01:42) nikosaei:

ok

(11:01:55) louaysakka:

you can do dmesg

(11:02:10) louaysakka:

and see what your kernel called it

(11:02:15) nikosaei:

just a moment to get inside

(11:02:33) louaysakka:

sre

(11:02:34) louaysakka:

sure

(11:02:46) nikosaei:

i see

(11:03:21) nikosaei:

sdb

(11:03:27) nikosaei:

ok /dev/sdb

(11:03:31) nikosaei:

i get inside

(11:03:55) louaysakka:

yes for example

(11:04:13) louaysakka:

you do fdisk /dev/sdb

(11:04:17) nikosaei:

it is a 512

(11:04:23) nikosaei:

mbyte compact flash

(11:04:30) nikosaei:

erase everything?

(11:04:39) nikosaei:

yes i know

(11:05:08) louaysakka:

Command (m for help): p

Disk /dev/sdc: 0 MB, 0 bytes
16 heads, 32 sectors/track, 0 cylinders
Units = cylinders of 512 * 512 = 262144 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1          17        4336   27  Unknown
/dev/sdc2              18          82       16624   83  Linux

(11:05:16) louaysakka:

as for example

(11:05:26) louaysakka:

you can create 3

(11:06:25) nikosaei:

and how i create bootable squasfs and the other

(11:06:38) nikosaei:

i erased everything

(11:07:45) nikosaei:

ok do this you paste?

(11:07:48) nikosaei:

2 or 3?

(11:08:06) louaysakka:

you don't create the bootable

(11:08:36) louaysakka:

you make sure that your boot id 27

(11:08:47) nikosaei:

i don t understan

(11:09:00) nikosaei:

just a moment

(11:09:10) nikosaei:

to paste you

(11:09:58) nikosaei:

my cf

(11:10:05) louaysakka:

for boot we dd the openwrt vmlinux

(11:10:22) louaysakka:

are you on linux>

(11:10:24) louaysakka:

?

(11:10:30) nikosaei:

yes

(11:10:39) louaysakka:

do you have static ip?

(11:11:03) nikosaei:

Command (m for help): p

Disk /dev/sdb: 512 MB, 512483328 bytes
16 heads, 62 sectors/track, 1009 cylinders
Units = cylinders of 992 * 512 = 507904 bytes

   Device Boot      Start         End      Blocks   Id  System

(11:11:20) nikosaei:

i am behind nat througgh network sad

(11:11:59) louaysakka:

ok no problem

(11:12:05) nikosaei:

i prees n

(11:12:09) nikosaei:

and then p

(11:12:11) louaysakka:

just add two partition

(11:12:11) nikosaei:

ok?

(11:12:17) louaysakka:

you know how to do

(11:12:31) louaysakka:

yes

(11:12:35) louaysakka:

n

(11:12:37) louaysakka:

p

(11:13:15) louaysakka:

just print help and you see

(11:15:24) nikosaei:

Command (m for help): p

Disk /dev/sdb: 512 MB, 512483328 bytes
16 heads, 62 sectors/track, 1009 cylinders
Units = cylinders of 992 * 512 = 507904 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          17        8401   83  Linux
/dev/sdb2              18         500      239568   83  Linux

(11:15:34) nikosaei:

and and i have more space live free

(11:17:12) nikosaei:

now i pree t?

(11:17:19) nikosaei:

press t?

(11:17:33) louaysakka:

but you need to change id

(11:17:58) louaysakka:

to 27 on bootable

(11:18:19) nikosaei:

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          17        8401   27  Unknown
/dev/sdb2              18         500      239568   83  Linux

(11:18:20) nikosaei:

now?

(11:18:43) nikosaei:

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          17        8401   27  Unknown
/dev/sdb2              18         500      239568   83  Linux

(11:19:07) louaysakka:

yes

(11:19:14) louaysakka:

that great

(11:19:30) nikosaei:

bootable

(11:19:32) louaysakka:

you can create 3 partition to get to where I am

(11:19:49) louaysakka:

not important

(11:20:11) nikosaei:

i don t understand

(11:20:16) nikosaei:

now i have two

(11:20:20) nikosaei:

i need onother one?

(11:20:35) nikosaei:

there is no bootable

(11:20:42) louaysakka:

make sure that the sdb1 is more than 4M

(11:21:50) nikosaei:

i thin it is

(11:22:03) nikosaei:

it is bigger than you paste later

(11:22:27) nikosaei:

Disk /dev/sdb: 512 MB, 512483328 bytes
16 heads, 62 sectors/track, 1009 cylinders
Units = cylinders of 992 * 512 = 507904 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          17        8401   27  Unknown
/dev/sdb2              18         500      239568   83  Linux

(11:22:52) nikosaei:

now ny cf is like this

(11:23:09) nikosaei:

byt there is no 3 partition or bootable

(11:23:18) nikosaei:

what i have to do now?

(11:23:27) louaysakka:

no you can do

(11:23:30) louaysakka:

n

(11:23:33) louaysakka:

p

(11:23:36) louaysakka:

3

(11:24:00) louaysakka:

and you will have 3 partition

(11:24:12) nikosaei:

and sfter n?

(11:24:15) nikosaei:

after n?

(11:25:04) nikosaei:

Disk /dev/sdb: 512 MB, 512483328 bytes
16 heads, 62 sectors/track, 1009 cylinders
Units = cylinders of 992 * 512 = 507904 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          17        8401   27  Unknown
/dev/sdb2              18         500      239568   83  Linux
/dev/sdb3             501        1009      252464   83  Linux

(11:25:07) nikosaei:

this is

(11:25:08) nikosaei:

now?

(11:25:28) louaysakka:

great

(11:25:35) nikosaei:

ok

(11:25:35) louaysakka:

now you write

(11:25:37) louaysakka:

w

(11:25:45) louaysakka:

then quit

(11:25:47) louaysakka:

q

(11:25:56) nikosaei:

bootable?

(11:26:00) nikosaei:

no bootable?

(11:26:21) louaysakka:

no nee

(11:26:24) louaysakka:

d

(11:26:51) nikosaei:

ok ready

(11:27:25) nikosaei:

now what i have to do

(11:27:29) louaysakka:

now you make part two

(11:27:47) louaysakka:

/dev/sdb2 as squash

(11:27:53) louaysakka:

here how:

(11:27:57) nikosaei:

i have create the images

(11:28:45) louaysakka:

/root/louay/kamikaze/trunk/staging_dir_mipsel/bin

(11:28:55) nikosaei:

ok sdb2 will be squash

(11:29:12) louaysakka:

mksquashfs-lzma

(11:29:34) louaysakka:

you use that program to format your harddisk

(11:29:43) louaysakka:

sorry flash

(11:29:51) louaysakka:

.dev.sdb2

(11:32:22) nikosaei:

mksquashfs-lzma

(11:32:26) nikosaei:

where is it

(11:32:34) nikosaei:

it is a program?

(11:32:50) louaysakka:

/kamikaze/trunk/staging_dir_mipsel/bin

(11:33:06) louaysakka:

where is your kamikaz

(11:33:31) nikosaei:

ok i am inside

(11:34:48) nikosaei:

ok

(11:34:54) nikosaei:

i found that

(11:34:56) nikosaei:

it is green

(11:35:16) louaysakka:

what do you mean?

(11:35:30) louaysakka:

is it working now?

(11:35:45) nikosaei:

it is not a program

(11:36:57) louaysakka:

yes it is

(11:37:12) louaysakka:

but you need to do teh following

(11:37:23) nikosaei:

what ?

(11:37:28) louaysakka:

./mksquashfs-lzma ../../build_mipsel/root/  squshfs

(11:37:44) louaysakka:

from:

(11:37:50) louaysakka:

/root/louay/kamikaze/trunk/staging_dir_mipsel/bin

(11:40:29) nikosaei:

./mksquashfs-lzma /dev/sdb2

(11:40:39) nikosaei:

this is what i have to do?

(11:41:11) nikosaei:

it is tel me syntax wrong

(11:41:38) louaysakka:

no

(11:42:02) louaysakka:

like what I write you before

(11:42:39) louaysakka:

./mksquashfs-lzma ../../build_mipsel/root/  squshfs
 

(11:42:52) nikosaei:

a ok

(11:44:45) nikosaei:

sudo ./mksquashfs-lzma ../../build_mipsel/root/squshfs

(11:45:00) nikosaei:

something it is not right

(11:45:54) nikosaei:

i have to create dir squashfs

(11:45:55) nikosaei:

?

(11:46:31) nikosaei:

squshfs

(11:46:32) louaysakka:

you need to choose a file name for image

(11:46:48) louaysakka:

like suqshfs

(11:48:02) nikosaei:

ok it wanted a space

(11:48:34) nikosaei:

ok

(11:48:47) louaysakka:

now you dd it to your 2ed partition

(11:48:57) nikosaei:

it did something i think tongue

(11:49:58) louaysakka:

what?

(11:50:10) louaysakka:

what do you see?

(11:51:04) nikosaei:

just a moment

(11:51:10) nikosaei:

squasfs

(11:51:13) nikosaei:

is inside

(11:51:15) nikosaei:

root?

(11:51:43) louaysakka:

what do you mean?

(11:52:16) nikosaei:

that image i create where is it?

(11:53:00) louaysakka:

we got it from openwrt directory

(11:54:13) nikosaei:

and now i have to dd squasfs image i just create

(11:54:16) nikosaei:

ok?

(11:55:13) nikosaei:

that it is i dont understand

(11:56:52) louaysakka:

sorry

(11:57:09) louaysakka:

here is the right command:

(11:57:15) louaysakka:

./mksquashfs-lzma ../../build_mipsel/root/  squshfs

(11:57:34) louaysakka:

so your image is  ../../build_mipsel/root/

(11:58:03) louaysakka:

you can go there you will see etc, www , ...

(11:58:32) nikosaei:

yes i see

(11:58:38) nikosaei:

them i am inside root

(11:59:18) nikosaei:

bin dev etc lib mnt proc var www

(11:59:33) nikosaei:

what i have to do now?

(12:00:40) louaysakka:

you dd it?

(12:01:37) nikosaei:

the command is

(12:02:14) nikosaei:

i don t want to do something stupid

(12:02:38) nikosaei:

sorry

(12:03:04) louaysakka:

dd if=squshfs of=/dev/xxx2

(12:03:20) louaysakka:

xxx2 is your 2ed partiton

(12:04:15) nikosaei:

that is the problem

(12:04:24) nikosaei:

i don see anywhere squashgs

(12:04:43) nikosaei:

squashfs

(12:05:24) nikosaei:

i am in root

(12:05:36) louaysakka:

[11:57:15] …  ./mksquashfs-lzma ../../build_mipsel/root/  squshfs
[11:57:15] …  ./mksquashfs-lzma ../../build_mipsel/root/  squshfs
 

(12:05:48) louaysakka:

you remember our command

(12:06:03) louaysakka:

when we create it?

(12:06:19) louaysakka:

using  ./mksquashfs-lzma

(12:06:27) louaysakka:

what did you name it?

(12:06:37) nikosaei:

yes

(12:06:58) nikosaei:

mipsel/root/  squshfs
 

(12:07:03) louaysakka:

that is a file,

(12:07:06) nikosaei:

like that

(12:07:12) louaysakka:

you need to dd

(12:07:34) louaysakka:

dd if=that file of=/dev/xxx2

(12:12:50) nikosaei:

ok

(12:13:15) louaysakka:

let me know

(12:13:20) nikosaei:

so   squshfs
c  squshfs
 

(12:13:47) nikosaei:

so   squshfs
 

(12:13:57) nikosaei:

is just a name of the image

(12:14:07) nikosaei:

nothing other

(12:14:08) nikosaei:

ok

(12:14:24) nikosaei:

i dd it in sdb2

(12:14:46) nikosaei:

i am ready now

(12:15:54) nikosaei:

what has the menu?

(12:16:04) louaysakka:

let me know what you see

(12:16:31) nikosaei:

in what?

(12:16:43) louaysakka:

just to boot from flash

(12:16:55) louaysakka:

on serial

(12:17:04) louaysakka:

you have serial right?

(12:17:39) nikosaei:

sorry i have the routerboard in my link and plays

(12:17:41) nikosaei:

play

(12:17:52) nikosaei:

i have to put it off

(12:18:29) nikosaei:

yes i don t have routerboard next to me

(12:18:48) nikosaei:

i have to boot it with cf card?

(12:19:34) nikosaei:

and see serial?

(12:19:40) louaysakka:

yes

(12:20:37) nikosaei:

have you time

(12:20:37) nikosaei:

?

(12:21:04) nikosaei:

can you wait to put it near me

(12:21:21) louaysakka:

sure I am working here

(12:21:41) louaysakka:

try to give me a ring

(12:21:53) nikosaei:

tell me somethink

(12:22:29) nikosaei:

it is a lot of work

(12:22:36) nikosaei:

to make it play?

(12:23:32) nikosaei:

do you have the same machine and play with openwrt? 2.6 and madwifi?

(12:23:33) louaysakka:

play what?

(12:24:06) louaysakka:

yes

(12:24:09) nikosaei:

play with openwrt

(12:24:23) louaysakka:

I have one problem

(12:24:47) nikosaei:

what?

(12:24:52) louaysakka:

I need to get the kernel directly to read/write system

(12:25:08) louaysakka:

but sqush is readonly

(12:25:32) nikosaei:

it is only readonly

(12:25:34) louaysakka:

but I could from there mount ext2 and chroot

(12:25:40) nikosaei:

bun in squasfs

(12:25:45) nikosaei:

we can write?

(12:25:59) louaysakka:

then I have a full read/wire fs

(12:26:11) louaysakka:

not on squash

(12:26:22) louaysakka:

only when you compile

(12:26:29) nikosaei:

but in wrt

(12:26:34) louaysakka:

so your image is one time use

(12:26:46) nikosaei:

i use squasfs and i write

(12:27:04) louaysakka:

where?

(12:27:23) louaysakka:

there is limited writable space

(12:27:27) nikosaei:

is i install i quagga i could not write the confs?

(12:27:40) louaysakka:

you can't change all

(12:28:01) nikosaei:

tell me

(12:28:03) louaysakka:

I can't

(12:28:24) louaysakka:

maby when you do it you can help me wink

(12:28:37) nikosaei:

just a moment

(12:29:00) nikosaei:

sorry i don t understand

(12:29:39) nikosaei:

i want to put openwrt and quagga and madwifing

(12:29:42) nikosaei:

thats all

(12:31:12) nikosaei:

i can later to write confs bgpd.conf and zebra

(12:31:40) nikosaei:

and to write a script for my atheros card to get in managed mode,rates,txpower,channels etc

(12:31:48) louaysakka:

yes you can

(12:32:20) nikosaei:

a ok

(12:32:24) louaysakka:

for me I need to go thru manual process include chroot

(12:33:00) nikosaei:

thanks god!!!\

(12:33:05) louaysakka:

how do you run madwifi?

(12:33:13) nikosaei:

ok lets set up this fucking machine

(12:33:16) louaysakka:

what is the commad?

(12:33:20) nikosaei:

and get off mikrotik and routeros

(12:34:49) nikosaei:

where in openwrt?

(12:35:08) nikosaei:

in debian is moprobe ath_pci to load the module

(12:35:18) nikosaei:

i openwrt i think it is insmod

(12:35:23) louaysakka:

so tell me what is the command to run madwifi? do you know

(12:35:25) louaysakka:

?

(12:36:21) louaysakka:

then?

(12:36:30) nikosaei:

i don t understan

(12:36:32) louaysakka:

how do you run it?

(12:36:58) nikosaei:

sorry in openwrt you speak

(12:37:01) nikosaei:

?

(12:37:50) nikosaei:

you do an ipkg install madwifi....

(12:37:56) nikosaei:

and then it loads only

(12:38:13) nikosaei:

you don t have to load it

(12:38:47) nikosaei:

it doing this automaticaly

(12:38:55) louaysakka:

yes

(12:39:21) louaysakka:

then what is the command to run it?

(12:40:05) louaysakka:

after ipkg and all that

(12:40:07) nikosaei:

run what?

(12:40:28) louaysakka:

how do you setup tx pwr for example

(12:40:31) nikosaei:

tjust reboot

(12:40:40) nikosaei:

a ok

(12:41:00) nikosaei:

if you want to see your

(12:41:08) nikosaei:

wifis

(12:41:18) nikosaei:

just pree iwconfig

(12:41:30) nikosaei:

if you want to setup tcpower

(12:41:54) nikosaei:

iwconfig ath0 txpower etc..

(12:42:03) nikosaei:

iwconfig essid nikos

(12:42:17) nikosaei:

iwconfig ath0 essid nikos

(12:42:17) louaysakka:

I see

(12:42:35) louaysakka:

how do you setup like bridge list

(12:42:51) louaysakka:

like wl mac1 mac2 ...

(12:42:51) nikosaei:

wlanconfig ath0 destroy

(12:43:00) louaysakka:

on broadcom?

(12:43:20) louaysakka:

if I need to make WDS

(12:43:33) louaysakka:

between two AP2

(12:43:41) nikosaei:

wlanconfig ath0 create wlandev wifi0 wlanmode ap

(12:44:10) louaysakka:

P2P

(12:44:47) nikosaei:

i don t know apbout wds

(12:45:13) nikosaei:

i don t know sorry sad

(12:45:42) louaysakka:

no problem

(12:46:02) nikosaei:

so i am going to put routerboard on

(12:46:06) nikosaei:

my serial

(12:46:08) nikosaei:

ok?

(12:46:10) nikosaei:

wait

(12:46:15) louaysakka:

so let me know if the image worked

(12:46:26) louaysakka:

sure

(12:46:30) nikosaei:

i want to make this thing work

(12:47:01) nikosaei:

i just put cf and

(12:47:09) nikosaei:

run?

(12:47:28) louaysakka:

sure

(12:47:29) nikosaei:

we have mot make bootable

y
[12:03:04] louaysakka dd if=squshfs of=/dev/xxx2
[12:03:20] … xxx2 is your 2ed partiton
[12:04:15] nikosaei that is the problem
[12:04:24] … i don see anywhere squashgs
[12:04:43] … squashfs
[12:05:36] louaysakka [11:57:15] …  ./mksquashfs-lzma ../../build_mipsel/root/  squshfs
[11:57:15] …  ./mksquashfs-lzma ../../build_mipsel/root/  squshfs

[12:05:48] … you remember our command
[12:05:24] nikosaei i am in root
[12:06:03] louaysakka when we create it?
[12:06:19] … using  ./mksquashfs-lzma
[12:06:27] … what did you name it?
[12:06:37] nikosaei yes
[12:06:58] … mipsel/root/  squshfs

[12:07:03] louaysakka that is a file,
[12:07:06] nikosaei like that
[12:07:12] louaysakka you need to dd
[12:07:34] … dd if=that file of=/dev/xxx2
[12:12:50] nikosaei ok
[12:13:15] louaysakka let me know
[12:13:20] nikosaei so   squshfs
c  squshfs

[12:13:47] … so   squshfs

[12:13:57] … is just a name of the image
[12:14:07] … nothing other
[12:14:08] … ok
[12:14:24] … i dd it in sdb2
[12:14:46] … i am ready now
[12:16:04] louaysakka let me know what you see
[12:15:54] nikosaei what has the menu?
[12:16:31] … in what?
[12:16:43] louaysakka just to boot from flash
[12:16:55] … on serial
[12:17:04] … you have serial right?
[12:17:39] nikosaei sorry i have the routerboard in my link and plays
[12:17:41] … play
[12:17:52] … i have to put it off
[12:18:29] … yes i don t have routerboard next to me
[12:18:48] … i have to boot it with cf card?
[12:19:40] louaysakka yes
[12:19:34] nikosaei and see serial?
[12:20:37] … have you time
[12:20:37] … ?
[12:21:04] … can you wait to put it near me
[12:21:21] louaysakka sure I am working here
[12:21:41] … try to give me a ring
[12:21:53] nikosaei tell me somethink
[12:22:29] … it is a lot of work
[12:22:36] … to make it play?
[12:23:33] louaysakka play what?
[12:23:32] nikosaei do you have the same machine and play with openwrt? 2.6 and madwifi?
[12:24:06] louaysakka yes
[12:24:09] nikosaei play with openwrt
[12:24:23] louaysakka I have one problem
[12:24:47] nikosaei what?
[12:24:52] louaysakka I need to get the kernel directly to read/write system
[12:25:08] … but sqush is readonly
[12:25:34] … but I could from there mount ext2 and chroot
[12:25:32] nikosaei it is only readonly
[12:25:40] … bun in squasfs
[12:25:45] … we can write?
[12:25:59] louaysakka then I have a full read/wire fs
[12:26:11] … not on squash
[12:26:22] … only when you compile
[12:26:29] nikosaei but in wrt
[12:26:34] louaysakka so your image is one time use
[12:26:46] nikosaei i use squasfs and i write
[12:27:04] louaysakka where?
[12:27:23] … there is limited writable space
[12:27:40] … you can't change all
[12:27:27] nikosaei is i install i quagga i could not write the confs?
[12:28:01] … tell me
[12:28:03] louaysakka I can't
[12:28:24] … maby when you do it you can help me wink
[12:28:37] nikosaei just a moment
[12:29:00] … sorry i don t understand
[12:29:39] … i want to put openwrt and quagga and madwifing
[12:29:42] … thats all
[12:31:48] louaysakka yes you can
[12:31:12] nikosaei i can later to write confs bgpd.conf and zebra
[12:31:40] … and to write a script for my atheros card to get in managed mode,rates,txpower,channels etc
[12:32:20] … a ok
[12:32:24] louaysakka for me I need to go thru manual process include chroot
[12:33:05] … how do you run madwifi?
[12:33:16] … what is the commad?
[12:33:00] nikosaei thanks god!!!\
[12:33:13] … ok lets set up this fucking machine
[12:33:20] … and get off mikrotik and routeros
[12:35:23] louaysakka so tell me what is the command to run madwifi? do you know
[12:35:25] … ?
[12:34:49] nikosaei where in openwrt?
[12:35:08] … in debian is moprobe ath_pci to load the module
[12:35:18] … i openwrt i think it is insmod
[12:36:21] louaysakka then?
[12:36:32] … how do you run it?
[12:36:30] nikosaei i don t understan
[12:36:58] … sorry in openwrt you speak
[12:37:01] … ?
[12:37:50] … you do an ipkg install madwifi....
[12:37:56] … and then it loads only
[12:38:13] … you don t have to load it
[12:38:55] louaysakka yes
[12:38:47] nikosaei it doing this automaticaly
[12:39:21] louaysakka then what is the command to run it?
[12:40:05] … after ipkg and all that
[12:40:07] nikosaei run what?
[12:40:28] louaysakka how do you setup tx pwr for example
[12:40:31] nikosaei tjust reboot
[12:40:40] … a ok
[12:41:00] … if you want to see your
[12:41:08] … wifis
[12:41:18] … just pree iwconfig
[12:41:30] … if you want to setup tcpower
[12:41:54] … iwconfig ath0 txpower etc..
[12:42:03] … iwconfig essid nikos
[12:42:17] … iwconfig ath0 essid nikos
[12:42:17] louaysakka I see
[12:42:35] … how do you setup like bridge list
[12:42:51] … like wl mac1 mac2 ...
[12:42:51] nikosaei wlanconfig ath0 destroy
[12:43:00] louaysakka on broadcom?
[12:43:20] … if I need to make WDS
[12:43:33] … between two AP2
[12:43:41] nikosaei wlanconfig ath0 create wlandev wifi0 wlanmode ap
[12:44:10] louaysakka P2P
[12:44:47] nikosaei i don t know apbout wds
[12:45:13] … i don t know sorry sad
[12:45:42] louaysakka no problem
[12:46:02] nikosaei so i am going to put routerboard on
[12:46:06] … my serial
[12:46:08] … ok?
[12:46:10] … wait
[12:46:15] louaysakka so let me know if the image worked
[12:46:26] … sure
[12:46:30] nikosaei i want to make this thing work
[12:47:01] … i just put cf and
[12:47:09] … run?
[12:47:28] louaysakka sure
[12:47:29] nikosaei we have mot make bootable
[12:47:44] louaysakka make sure you select CF
[12:48:18] … as boot from your bootable
[12:48:30] … BIOS
[13:00:31] nikosaei partition
[13:00:35] … ok?
[13:01:43] … i will disconnect for a while
[13:01:50] … i am coming soon back
[13:13:17] … hi
[13:13:35] … are you there
[13:13:40] … ??
[13:14:09] … i put cf in rb
[13:14:17] … now
[13:15:54] … are you there
[13:15:54] … ?
[13:16:20] louaysakka yes
[13:16:37] … what happen
[13:20:10] nikosaei just a moment
[13:20:32] louaysakka sure
[13:20:44] nikosaei kernel panic
[13:21:15] louaysakka but you need to get old version
[13:21:11] nikosaei -not syncing :UFS
[13:21:14] … ...
[13:21:24] louaysakka now new
[13:21:32] … I mention this
[13:21:43] nikosaei what?
[13:22:35] louaysakka I got  Kamikaze/r5962 (Not head)
[13:22:23] nikosaei what is wrong?
[13:22:55] louaysakka so head is not stable
[13:23:13] nikosaei xm
[13:23:22] louaysakka you need older kernel
[13:23:37] nikosaei do you have an image squasfs
[13:23:54] louaysakka so when you svn you sais -r version number
[13:24:07] … yes
[13:24:13] nikosaei where i find an old kernel?
[13:24:37] louaysakka you cna svn
[13:25:02] … do you want me to give you mine?
[13:25:33] nikosaei just a moment
[13:25:37] … i press
[13:25:59] … svn -r 5962
[13:26:00] … ?
[13:26:17] louaysakka yes
[13:26:32] … but dev is down
[13:27:26] nikosaei what dev?
[13:27:44] louaysakka try and see
[13:27:52] … openwrt is down
[13:27:54] … websitre
[13:28:17] nikosaei just a moment
[13:28:22] … do you have a squafs
[13:28:28] … image working?
[13:29:34] louaysakka yes
[13:30:03] nikosaei can you give me ?
[13:30:10] louaysakka sure
[13:30:29] … but you need the kernel not image squash
[13:30:37] nikosaei how big it is?
[13:30:47] louaysakka small
[13:31:00] … less than 1 M
[13:31:20] nikosaei i have comfused
[13:31:41] louaysakka just download
[13:31:50] … I will explain to you
[13:33:22] nikosaei 90%
[13:33:26] … why?
[13:33:37] … a ok
[13:33:40] … sent
[13:34:21] louaysakka just dd this to your first part
[13:34:27] … /dev/xxx1
[13:34:18] nikosaei this is the squasfs
[13:34:18] … ?
[13:35:20] … a i put cf againg and dd
[13:35:21] … i need to format it?
[13:36:10] louaysakka no
[13:36:21] … dd is below format
[13:36:38] … and this is the boot
[13:36:47] … not the squash
[13:36:57] … squash for root
[13:37:11] … you have doen it
[13:37:15] … done it
[13:38:03] nikosaei to understand
[13:38:05] … i just
[13:38:06] … dd
[13:38:09] … to sdb1
[13:38:11] … no sdb2
[13:38:15] louaysakka one sec
[13:38:13] nikosaei nothing else ok?
[13:38:20] louaysakka yes
[13:38:26] … yes
[13:39:47] nikosaei ok ready
[13:40:06] … i dd it sdc1 to /dev/sdb1
[13:40:17] … now?
[13:41:08] … thanks for helping me you are such a good person
[13:41:15] … i have to tell you this
[13:41:27] … thanks a lot
[13:43:41] louaysakka no problem
[13:43:44] nikosaei svn -r 5962 co https://svn.openwrt.org/openwrt/trunk/

[13:44:03] … this is the command to get this kernel
[13:44:06] … ?
[13:44:09] … svn -r 5962 co https://svn.openwrt.org/openwrt/trunk/

[13:44:14] louaysakka yes
[13:44:25] … try to start the boot
[13:44:38] nikosaei ok what i have to do now?
[13:44:53] … i put the cf in rb?
[13:45:02] … again/?
[13:47:55] … it is going well
[13:49:08] … are you there?
[13:52:37] … ipt_INQ:version magic 2.6.19.2 mod_unload MIPS32_R1 32BIT should be 2.6.191.1 mod_unload MIMPS32_R1 32BIT
[13:52:45] … it stops there
[13:53:32] … don t forget i have my squasfs at sdb2
[13:54:40] … what do you think???
[13:55:42] louaysakka so you mean now it boot?
[13:56:26] nikosaei there is no kernel panic
[13:56:49] … it stoped on this mesage
[13:57:13] louaysakka can you press enter
[13:57:12] nikosaei  ipt_INQ:version magic 2.6.19.2 mod_unload MIPS32_R1 32BIT should be 2.6.191.1 mod_unload MIMPS32_R1 32BIT
[13:57:37] louaysakka I think this is minor
[13:57:43] nikosaei oh yes
[13:57:48] … OPENWRT!!!!!
[13:57:50] … boot
[13:57:55] louaysakka did you see openwrt logo?
[13:58:01] nikosaei yes
[13:58:07] louaysakka WOW
[13:58:09] nikosaei logo openwrt
[13:58:16] louaysakka so you got it
[13:58:37] nikosaei just a moment
[13:58:41] … to undestand
[13:58:44] louaysakka you did so using my kernel? or yours?
[13:59:01] nikosaei i don t understan
[13:59:29] … i have my
[13:59:32] … swuasfs on sdb2
[13:59:40] … and your image in
[13:59:45] louaysakka to get my kernel you need to use the version I told you with the .config I post
[13:59:44] nikosaei sdb1
[14:00:31] … just a moment
[14:00:38] … now i have no kernel/
[14:00:40] … ?
[14:01:07] … what is in sdb2?
[14:01:25] louaysakka sorry xxx2
[14:01:33] nikosaei and sdb1
[14:01:39] … can you explain me?
[14:02:09] louaysakka sure
[14:02:25] … you have Linux machine right?
[14:02:26] nikosaei whta?
[14:02:28] … what?
[14:02:47] louaysakka you know there is two partition on your Linux
[14:02:58] nikosaei sdb1 is your image
[14:03:02] louaysakka one called boot and one root
[14:03:04] nikosaei sdb2 mine
[14:03:11] louaysakka noo
[14:03:17] nikosaei ok
[14:04:15] … ok tell me
[14:04:20] louaysakka so on boot you put your kernel and on root you put your root fs
[14:04:47] … so you use my kernel and your fs
[14:05:22] nikosaei just a moment
[14:05:41] louaysakka I post all our conversasion, you can go back to the step where you make your squashfs
[14:05:43] nikosaei your kernel
[14:05:54] louaysakka and redo with different content
[14:06:32] nikosaei just a moment
[14:06:35] … please
[14:06:44] … your ketnel
[14:07:01] … kernel is the previous version
[14:07:25] … ?
[14:07:36] … 5962
[14:07:53] … ?
[14:08:49] louaysakka yes
[14:09:08] nikosaei and my kernel?
[14:09:16] … where it is?
[14:09:20] louaysakka same
[14:09:28] … on xxx2
[14:09:35] … sorry xxx1
[14:09:55] … xxx1 is your kernel and xxx2 is your root fs
[14:10:08] nikosaei yes
[14:10:17] louaysakka but you use my kernel
[14:10:21] … and your fs
[14:10:34] nikosaei my kernel?
[14:10:45] … don t play?
[14:10:55] louaysakka you can change it by going back to the step where we setup your xxx2
[14:10:58] … no
[14:11:04] … your fs
[14:12:40] nikosaei i see that rotfs is that i create it
[14:13:08] … and i want to know
[14:13:28] … how you build the kernel
[14:13:48] … the image i jus t put on sdb1
[14:13:58] … and the routerboard boot
[14:14:51] louaysakka using the version I show you with the .config on my post
[14:15:01] … http://forum.openwrt.org/viewtopic.php?pid=41209#p41209
[14:15:47] nikosaei ok
[14:15:50] … but
[14:15:59] … again we din d t
[14:16:25] … put my kernel to see what is going on
[14:16:48] louaysakka it show kernel panic
[14:16:50] nikosaei only we put the rootfs
[14:17:06] louaysakka yes
[14:17:46] nikosaei so to understand
[14:18:00] louaysakka I can't fix it, I am trying to see why my kernel show me panic when I am using ext2 instead of squash
[14:18:22] nikosaei this sdc1 image
[14:18:31] … you send me
[14:18:40] louaysakka yes
[14:18:46] nikosaei is a kernel?
[14:18:56] louaysakka yes
[14:19:06] nikosaei ok
[14:19:36] … it is the same
[14:19:39] … i did and i fix my squasfs image?
[14:19:54] … if i want to recreate a kernel
[14:20:07] … i just do tha same things
[14:20:15] … and i put it on
[14:20:33] … the sdb1
[14:20:34] … ?
[14:21:44] louaysakka but using the version I show you
[14:21:49] … not from head
[14:22:14] nikosaei yes the version you show me to
[14:22:22] … build some packets
[14:22:29] louaysakka yes
[14:22:38] nikosaei quagga madwifi
[14:22:58] … i need those thinks for my routerboard
[14:23:05] louaysakka you can use ipkg install
[14:23:30] … I am still getting there
[14:23:29] nikosaei just this
[14:23:33] … and play>/
[14:23:42] louaysakka I describe to you where I am
[14:23:56] … very close to where you are now
[14:24:35] nikosaei just a moment to ask you somethink
[14:24:39] … please
[14:25:24] … openwrt runs now from sdb1????
[14:25:27] … right?
[14:25:44] … sdb2 is unused?
[14:26:39] louaysakka no
[14:26:56] … openwrt run on sdb2
[14:27:11] … sdb1 is for your kernel only
[14:27:38] … all packages are on sdb2
[14:27:37] nikosaei that is i want for you
[14:27:51] … how this kernel sdc1 creates
[14:27:56] … created
[14:30:12] louaysakka I create it using the version I send you
[14:29:31] nikosaei ok in sdb2 is only etc,var,www, ...
[14:29:41] … sdb1 i want to make a kernel
[14:29:47] … how i write it
[14:29:52] … in sdb1
[14:30:24] louaysakka from bin there is
[14:30:42] nikosaei it is inside the bin?
[14:31:04] … the image in wich type it is?
[14:31:22] … image.bin
[14:31:24] … ?
[14:31:33] … and just dd it?
[14:32:12] louaysakka ../staging_dir_mipsel/bin/mipsel-linux-strip openwrt-rb532-2.6-vmlinux

[14:32:42] … ../staging_dir_mipsel/bin/mipsel-linux-objcopy --add-section kernparm=kernel.params  openwrt-rb532-2.6-vmlinux

[14:33:03] … you follow the link I send

louaysakka using the version I show you with the .config on my post
[14:15:01] … http://forum.openwrt.org/viewtopic.php?pid=41209#p41209
[14:15:47] nikosaei ok
[14:15:50] … but
[14:15:59] … again we din d t
[14:16:25] … put my kernel to see what is going on
[14:16:48] louaysakka it show kernel panic
[14:16:50] nikosaei only we put the rootfs
[14:17:06] louaysakka yes
[14:17:46] nikosaei so to understand
[14:18:00] louaysakka I can't fix it, I am trying to see why my kernel show me panic when I am using ext2 instead of squash
[14:18:22] nikosaei this sdc1 image
[14:18:31] … you send me
[14:18:40] louaysakka yes
[14:18:46] nikosaei is a kernel?
[14:18:56] louaysakka yes
[14:19:06] nikosaei ok
[14:19:36] … it is the same
[14:19:39] … i did and i fix my squasfs image?
[14:19:54] … if i want to recreate a kernel
[14:20:07] … i just do tha same things
[14:20:15] … and i put it on
[14:20:33] … the sdb1
[14:20:34] … ?
[14:21:44] louaysakka but using the version I show you
[14:21:49] … not from head
[14:22:14] nikosaei yes the version you show me to
[14:22:22] … build some packets
[14:22:29] louaysakka yes
[14:22:38] nikosaei quagga madwifi
[14:22:58] … i need those thinks for my routerboard
[14:23:05] louaysakka you can use ipkg install
[14:23:30] … I am still getting there
[14:23:29] nikosaei just this
[14:23:33] … and play>/
[14:23:42] louaysakka I describe to you where I am
[14:23:56] … very close to where you are now
[14:24:35] nikosaei just a moment to ask you somethink
[14:24:39] … please
[14:25:24] … openwrt runs now from sdb1????
[14:25:27] … right?
[14:25:44] … sdb2 is unused?
[14:26:39] louaysakka no
[14:26:56] … openwrt run on sdb2
[14:27:11] … sdb1 is for your kernel only
[14:27:38] … all packages are on sdb2
[14:27:37] nikosaei that is i want for you
[14:27:51] … how this kernel sdc1 creates
[14:27:56] … created
[14:30:12] louaysakka I create it using the version I send you
[14:29:31] nikosaei ok in sdb2 is only etc,var,www, ...
[14:29:41] … sdb1 i want to make a kernel
[14:29:47] … how i write it
[14:29:52] … in sdb1
[14:30:24] louaysakka from bin there is
[14:30:42] nikosaei it is inside the bin?
[14:31:04] … the image in wich type it is?
[14:31:22] … image.bin
[14:31:24] … ?
[14:31:33] … and just dd it?
[14:32:12] louaysakka ../staging_dir_mipsel/bin/mipsel-linux-strip openwrt-rb532-2.6-vmlinux

[14:32:42] … ../staging_dir_mipsel/bin/mipsel-linux-objcopy --add-section kernparm=kernel.params  openwrt-rb532-2.6-vmlinux

[14:33:03] … you follow the link I send
[14:42:14] nikosaei where is kernel.params
[14:42:15] … ?
[14:43:31] louaysakka you can keep it empty
[14:43:47] … since default should be ok
[14:45:14] nikosaei add i prees these to
[14:45:26] … things in terminal
[14:45:29] … ?
[14:47:43] … and what this create?
[14:47:49] … a new image?
[14:48:08] … where will be my default kernel image
[14:48:19] … i just want to know
[14:48:48] louaysakka ok sure here:
[14:49:14] … /root/louay/kamikaze/trunk/target/linux/rb532-2.6/image
[14:49:19] … Makefile
[14:49:36] … this give you the default
[14:52:22] nikosaei ok
[14:53:16] louaysakka good night
[14:53:18] nikosaei i just ansking how to recreate a kernel to add some packages
[14:53:28] … well let see
[14:53:42] … just a moment please
[14:53:48] louaysakka sure
[14:55:51] nikosaei i just
[14:56:06] … download the previous version
[14:56:12] … of trunk
[14:56:23] louaysakka really?
[14:56:55] nikosaei if i want and the packages of previous version
[14:57:10] …  svn -r https://svn.openwrt.org/openwrt/packages/
[14:57:12] … ?
[14:58:00] … sorry
[14:58:13] … i want to understand thats all
[15:00:36] … and then with the menuconfig build the kernel
[15:00:44] … i have stop
[15:01:12] … how you create the imge for boot
[15:01:35] … i know how to make root fs squasfs
[15:02:03] louaysakka yes
[15:02:29] nikosaei only this i dind t understand
[15:02:52] … when the make finished
[15:03:02] … you have in bin
[15:03:06] louaysakka you will see vmlinux in your bin
[15:03:22] nikosaei ok
[15:03:35] … i see it
[15:03:42] … and then?
[15:03:51] louaysakka then you strip it
[15:04:07] … and add kern parameters if you want
[15:04:14] … then ready for dd
[15:04:40] nikosaei a and the kernel is the
[15:05:40] louaysakka ../staging_dir_mipsel/bin/mipsel-linux-strip openwrt-rb532-2.6-vmlinux
[15:05:20] nikosaei vmlinux image?
[15:05:22] … i see now!!!!
[15:05:32] … and dd in sdb1
[15:06:09] louaysakka dd if=openwrt-rb532-2.6-vmlinux of=/dev/sdc1
[15:06:24] … YES

next.....on this thread
how we can mount the part3 on this cf...in this openwrt i can t write nothing

Thanks to niko:

CONFIG_EXT2_FS=y ()/root/louay/kamikaze/trunk/target/linux/rb532-2.6/config)
I miss this one

I did not change the boot from cfa2

I have rw/wr fs!!!!

Now let 's start playing with madwifi!

Do you know how to run it?

alasondro told me that...i didn t find it myself!!!!!
Did you build an image working...an image.bin for write on a cf...not the way you told with 3 partitions!!!

the configuration it is easy i will post a tutorial for madwifi and network configuration....but it is a good idea to have a complete system working...so lets start with the image...did you make an image working .bin for cf?Not the way with 3 partitions...the right for all and the easy part is to make images for 128,256 and 512 cfs...with this way we can help people to put inside this machine this linux!

After this we can build and upload the working packets to be easy to download for everyone...and then a tutorial!


So lets begin!!!!!

(Last edited by nikosaei1710 on 23 Jan 2007, 13:46)

Here i am positing quick chat about madwifi:

[22:53:18] … ...
[22:53:42] … well you have to create
[22:53:46] … you....
[22:53:48] … 3 images
[22:53:57] … for 128 256 and 512 cf
[22:53:59] … can you
[22:54:01] … ?
[22:55:02] … and to give them in openwrt
[22:55:46] louaysakka sure
[22:55:59] … I can upload them to our server
[22:56:22] nikosaei ok
[22:56:24] louaysakka mose CF this days at least 1G
[22:56:49] nikosaei just make 3 images for cf
[22:57:05] louaysakka so you plan to download ot build your image?
[22:57:16] nikosaei i dont think that could need and a 128 or 64 image
[22:58:08] … because you have a working revision and all works to you tongue
[22:58:16] … beside me sad
[22:59:42] louaysakka no you did a great help, I stuck 4 days on ext2
[22:59:34] nikosaei i plan to download you image for 512 cf
[22:59:48] … and to build on for me with particular packets
[23:00:21] … but i think that it don t play mine
[23:00:28] … so i need your help
[23:00:50] … for a 512 image
[23:01:17] louaysakka sure
[23:01:24] nikosaei is that ok with you?
[23:01:57] louaysakka sure
[23:02:02] … no problem
[23:02:13] … I am building a 512 image
[23:02:27] … I feel lost for the 1G
[23:02:04] nikosaei ok
[23:02:13] … lets continue then with onether things
[23:02:23] … first of all.....
[23:02:41] … ....thanks smile
[23:02:49] louaysakka it will take time to download
[23:03:06] … how match bandwith you have?
[23:03:20] … where do you suggest we put it?
[23:03:25] nikosaei ok
[23:03:42] louaysakka I have server in Canada and one in Dubai
[23:04:24] nikosaei do you have a mirror gor openwrt
[23:04:30] … there are a lot of people
[23:04:33] … here in greece
[23:04:49] … with rb532
[23:05:52] … Canada
[23:05:58] … i think will be better
[23:06:11] … i have 1mbs bandwidth
[23:06:26] … but sometimes don t play very well
[23:06:56] louaysakka ok great I will upload it there
[23:07:36] nikosaei somethink other
[23:08:08] … did you play with network?
[23:12:27] louaysakka yes
[23:12:35] … Sure
[23:11:05] nikosaei how put ip and up?
[23:13:08] … what did you did?
[23:13:09] louaysakka ip?
[23:13:20] … I restart
[23:13:24] … why>
[23:13:25] … ?
[23:13:37] nikosaei you make a script?
[23:13:40] … where?
[23:14:51] … how you make your network coming up on reboot with your ip
[23:15:35] louaysakka you need to put it in your etc
[23:15:46] … the right config for your net
[23:16:04] … script is one way
[23:16:49] nikosaei where i have to put it
[23:16:52] … exactly
[23:17:14] … can you give me a post of where i have to put the network configuration?
[23:17:28] louaysakka sure
[23:18:25] nikosaei rou atheros i put in /etc/config/wireless this things
[23:18:47] … insmod /lib/modules/2.6.19.1/wlan.ko
insmod /lib/modules/2.6.19.1/wlan_scan_sta.ko
insmod /lib/modules/2.6.19.1/wlan_scan_ap.ko
insmod /lib/modules/2.6.19.1/ath_hal.ko
insmod /lib/modules/2.6.19.1/ath_rate_sample.ko
insmod /lib/modules/2.6.19.1/wlan_acl.ko
insmod /lib/modules/2.6.19.1/wlan_ccmp.ko
insmod /lib/modules/2.6.19.1/wlan_tkip.ko
insmod /lib/modules/2.6.19.1/wlan_wep.ko
insmod /lib/modules/2.6.19.1/wlan_xauth.ko
insmod /lib/modules/2.6.19.1/ath_pci.ko
[23:19:25] … wlanconfig ath0 create wlandev wifi0 wlanmode sta
wlanconfig ath1 create wlandev wifi1 wlanmode sta
ifconfig ath0 10.42.53.242 netmask 255.255.255.248 up
ifconfig ath1 10.42.53.225 netmask 255.255.255.248 up
[23:19:47] … and atheros came up with the ip
[23:21:31] … and these
[23:21:32] … iwpriv ath0 mode 1
iwpriv ath1 mode 1
iwconfig ath0 essid awmn-4218-6103
iwconfig ath1 essid awmn-7830-6103
athctrl -i wifi0 -d 1915
athctrl -i wifi0 -d 2415

[23:22:25] … and just played i think that there is another way
[23:22:30] … this was my smile
[23:23:09] louaysakka let me try
[23:23:52] nikosaei if you want ap you just put no sta but ap
[23:24:14] … if you want in b or g
[23:24:27] … you put iwpriv  athx mode x
[23:25:31] louaysakka insmod: cannot insert '/lib/modules/2.6.19.1/wlan.ko': Success (17): Success

[23:25:24] nikosaei mode 1 for a mode 2 for b mode 3 for g
[23:25:45] … i also dit chmod +x the wirelless script
[23:25:53] … did*
[23:27:47] … just copy them an
[23:27:50] … and reboot
[23:27:54] … i think this will play
[23:28:17] louaysakka ok I have ath0
[23:28:18] nikosaei the reason is the exacty order of them
[23:30:04] … ok
[23:30:41] … where did you place your configuration
[23:31:59] louaysakka I have 5.8
[23:32:03] … not 2.,4
[23:31:36] nikosaei for network
[23:32:13] … and how it looks like?
[23:33:01] louaysakka this is the only 5.8 I have, I need to setup two
[23:33:05] … and see
[23:33:03] nikosaei change
[23:33:11] … iwpriv athx mode 2
[23:33:18] louaysakka but how I select channel
[23:33:45] nikosaei iwconfig athx channell xxx
[23:34:09] … you can see channels in
[23:34:22] … wlanconfig athx list chann
[23:34:34] … and you choose one
[23:34:45] … you add it with
[23:35:18] … iwconfig athx channel xxx
[23:35:45] louaysakka Channel  36 : 5180  Mhz 11a          Channel  60 : 5300  Mhz 11a
Channel  40 : 5200  Mhz 11a Dynamic  Channel  64 : 5320  Mhz 11a
Channel  42 : 5210  Mhz 11a Static   Channel 149 : 5745  Mhz 11a
Channel  44 : 5220  Mhz 11a          Channel 152 : 5760  Mhz 11a Static
Channel  48 : 5240  Mhz 11a Dynamic  Channel 153 : 5765  Mhz 11a Dynamic
Channel  50 : 5250  Mhz 11a Static   Channel 157 : 5785  Mhz 11a
Channel  52 : 5260  Mhz 11a          Channel 160 : 5800  Mhz 11a Static
Channel  56 : 5280  Mhz 11a Dynamic  Channel 161 : 5805  Mhz 11a Dynamic
Channel  58 : 5290  Mhz 11a Static   Channel 165 : 5825  Mhz 11a

[23:35:53] … what is this?
[23:39:26] … this is 5.8
[23:39:32] … staff! cool
[23:38:05] nikosaei the list for channels on 5ghz
[23:38:21] … if you want the channel 5200
[23:38:31] … you put in wirelless
[23:38:37] … iwconfig ath0 channel 40
[23:40:12] louaysakka wow
[23:40:17] … that is greta
[23:40:20] … great
[23:40:24] … how to do wds
[23:40:39] nikosaei you want 2.4
[23:40:40] … ?
[23:41:19] … you change in wirelless script iwpriv ath0 mode 2
[23:41:48] … i don t know nothing for wds
[23:42:17] … i just use ap,sta nothing more
[23:46:41] … can you post a network configuration how to enable eth0 eth1 eth2???i have done it but it is not the right way
[23:47:34] louaysakka sure
[23:47:51] … I will put it on the post
[23:48:08] nikosaei on openwrt?
[23:48:52] … tell exactly how we can do this
[23:49:04] … add and the wirelless configuration if you want
[23:50:19] … then it is time for quagga smile
[23:50:32] … fucking quagga
[23:50:47] louaysakka sure
[23:51:08] … do you know how to do wds?
[23:51:36] … link two ap together?

When I am trying big image (256 or more) I am getting this message

RouterBOOT booter 2.6

RouterBoard 532A

CPU frequency: 266 MHz
  Memory size:  64 MB

Press any key within 2 seconds to enter setup..
Booting CF
Loading kernel... done
setting up elf image... OK
jumping to kernel code
Linux version 2.6.19.1 (root@Ferrari) (gcc version 4.1.1) #14 Sat Jan 27 08:08:39 GMT-4 2007
CPU revision is: 0001800a
Determined physical RAM map:
memory: 03fffa00 @ 00000400 (usable)
Initrd not found or empty - disabling initrd
Built 1 zonelists.  Total pages: 16256
Kernel command line: console=ttyS0,115200 gpio=16383 kmac=00:0C:42:09:BA:F9 board=500 boot=1 root=/dev/cfa2 rootfstype=ext2
korina mac = 00:0C:42:09:BA:F9
Primary instruction cache 8kB, physically tagged, 4-way, linesize 16 bytes.
Primary data cache 8kB, 4-way, linesize 16 bytes.
Synthesized TLB refill handler (20 instructions).
Synthesized TLB load handler fastpath (32 instructions).
Synthesized TLB store handler fastpath (32 instructions).
Synthesized TLB modify handler fastpath (31 instructions).
Initializing IRQ's: 168 out of 256
PID hash table entries: 256 (order: 8, 1024 bytes)
calculating r4koff... 00145848(1333320)
CPU frequency 266.66 MHz
Using 133.332 MHz high precision timer.
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 61272k/65528k available (2071k kernel code, 4200k reserved, 312k data, 120k init, 0k highmem)
Mount-cache hash table entries: 512
Checking for 'wait' instruction...  available.
NET: Registered protocol family 16
PCI: Initializing PCI
NET: Registered protocol family 2
IP route cache hash table entries: 512 (order: -1, 2048 bytes)
TCP established hash table entries: 2048 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 2048 bind 1024)
TCP reno registered
squashfs: version 3.0 (2006/03/15) Phillip Lougher
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.
yaffs Jan 23 2007 13:24:15 Installing.
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 104) is a 16550A
cf-mips module loaded
cf-mips: resetting..
cf-mips: identify drive..
cf-mips: CF card detected, C/H/S=4065/16/63 sectors=4097520 (2000MB) Serial=1030607060001085
cf-mips: detecting block size
cf-mips: multiple sectors = 1
init done<6> /dev/cf/card0: p1 p2
Using NAPI with weight 64
eth0: Rx IRQ 40, Tx IRQ 41, 00:0c:42:09:ba:f9
via-rhine.c:v1.10-LK1.4.2 Sept-11-2006 Written by Donald Becker
PCI: Enabling device 0000:00:02.0 (0080 -> 0083)
eth1: VIA Rhine III at 0xb8800000, 00:0c:42:09:ba:fa, IRQ 142.
eth1: MII PHY found at address 1, status 0x7869 advertising 05e1 Link c5e1.
PCI: Enabling device 0000:00:03.0 (0080 -> 0083)
eth2: VIA Rhine III at 0xb8800100, 00:0c:42:09:ba:fb, IRQ 143.
eth2: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
block2mtd: version $Revision: 1.30 $
RB500 nand
dev2base 0x18a20000 mask 0xffff0000 c 0x02d43a00 tc 0x00001336
NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
Scanning device for bad blocks
Bad eraseblock 795 at 0x06360000
Creating 2 MTD partitions on "NAND 128MiB 3,3V 8-bit":
0x00000000-0x00400000 : "RouterBoard NAND Boot"
0x00400000-0x08000000 : "RouterBoard NAND Main"
ip_conntrack version 2.4 (511 buckets, 4088 max) - 240 bytes per conntrack
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP vegas registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Bridge firewalling registered
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
Time: MIPS clocksource has been installed.
VFS: Mounted root (ext2 filesystem) readonly.
attempt to access beyond end of device
cfa2: rw=0, want=344076, limit=33248
EXT2-fs error (device cfa2): ext2_get_inode: unable to read inode block - inode=1009, block=172037
mount_devfs_fs(): unable to mount devfs, err: -20
Freeing firmware memory: 53k freed
Freeing unused kernel memory: 120k freed
Warning: unable to open an initial console.
attempt to access beyond end of device
cfa2: rw=0, want=294926, limit=33248
EXT2-fs error (device cfa2): ext2_get_inode: unable to read inode block - inode=880, block=147462
attempt to access beyond end of device
cfa2: rw=0, want=360460, limit=33248
EXT2-fs error (device cfa2): ext2_get_inode: unable to read inode block - inode=1057, block=180229
attempt to access beyond end of device
cfa2: rw=0, want=114700, limit=33248
EXT2-fs error (device cfa2): ext2_get_inode: unable to read inode block - inode=337, block=57349
Kernel panic - not syncing: No init found.  Try passing init= option to kernel.

Even on 20M I am getting this error:

Jan  1 00:00:10 (none) user.info kernel: attempt to access beyond end of device
Jan  1 00:00:10 (none) user.info kernel: attempt to access beyond end of device
Jan  1 00:01:01 (none) user.info kernel: cfa2: rw=0, want=34164, limit=33248


Please help!!

so 10 M work even 20 M doesm not work, I will follow your instruction and try 16 M

for network setup for now:

/etc/init.d/network

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org

START=40
start() {
        setup_switch() { return 0; }

        include /lib/network
        setup_switch
        [ -e /etc/config/wireless ] || \
                /sbin/wifi detect > /etc/config/wireless
        /sbin/wifi up

ifconfig eth0 80.227.116.144 netmask 255.255.255.0
route add default gw 80.227.116.129
}

One time I get this error:
[15:00:45] …  CPU 0 Unable to handle kernel paging request at virtual address 00000000, epc == 00000000, ra == 00000000
Oops[#1]:
Cpu 0
$ 0   : 00000000 0000000a 140104e5 00000000
$ 4   : 00000020 00000000 00000000 00000030
$ 8   : 00000000 94386c08 0a008244 00000010
$12   : 00000001 811a34f7 80376b24 00000000
$16   : 00000000 80315544 1000e801 80376724
$20   : 0a008244 811a370c 00030000 00000000
$24   : 00000000 8030fbc4
$28   : 811a2000 811a3590 00000000 00000000
Hi    : 000005a2
Lo    : f2df35d7
epc   : 00000000     Not tainted
ra    : 00000000 Status: 1000e802    KERNEL EXL
Cause : 3080a808
BadVA : 00000000
PrId  : 0001800a
Modules linked in: xt_connbytes xt_helper
Process hotplug (pid: 247, threadinfo=811a2000, task=803ad8f8)
Stack : 08500804 00821000 803155a9 00022001 801239c8 00000000 88112000 10001008
        00000000 000800a0 80110200 000000a8 00000814 01820102 00000000 20040140
        02000240 110a0180 00800000 00020000 00000000 00004002 08010840 10081080
        00000002 01000000 08048a40 41800100 20040000 00080080 00548841 8036ec84
        83ea5f98 803ad8f8 8036ec50 0a008244 80123d14 803ad8f8 8010ced8 00204040
        ...
Call Trace:[<801239c8>][<80110200>][<8036ec84>][<8036ec50>][<80123d14>][<8010ced8>][<8010d110>][<8010d0c0>][<80102788>][<801]
Code: (Bad address in epc)

This is for my friend who promised me a routerboard with openwrt  smile



WDS with madwifi on routerboard 532 with atheros card

This is the setup
ROUTER1
wlanconfig ath1 create wlandev wifi0 wlanmode ap
ifconfig ath1 up
iwconfig ath1 essid wifi channel 40
iwpriv ath1 wds 1
wlanconfig ath0 create wlandev wifi0 wlanmode sta nosbeacon
ifconfig ath0 up
iwconfig ath0 essid wifi
iwpriv ath0 wds 1
brctl addbr br0
brctl addif br0 ath0
brctl addif br0 ath1
ifconfig br0 10.10.10.113 netmask 255.255.255.255.248 broadcast 10.10.10.119 up



ROUTER2
wlanconfig ath1 create wlandev wifi0 wlanmode ap
ifconfig ath1 up
iwconfig ath1 essid wifi channel 40
iwpriv ath1 wds 1
wlanconfig ath0 create wlandev wifi0 wlanmode sta nosbeacon
ifconfig ath0 up
iwconfig ath0 essid wifi
iwpriv ath0 wds 1
brctl addbr br0
brctl addif br0 ath0
brctl addif br0 ath1
ifconfig br0 10.10.10.115 netmask 255.255.255.255.248 broadcast 10.10.10.119 up

Hello,

I have a rb532. I tried to port Openwrt to my board but I failed. I followed the instructions but propably because of lack of expierence i couldn't make it. Is there any way to get a CF image? At the moment I use RouterOS but i don`t like it.

You are doing great job smile

Thank you

Hey Louay everything seems ok, i downloaded http://saracall.com/download/openwrt-rb532-2.6-ext2.bin its booting, but i'm getting an error with the root partition, what do I need to do?
here is my bootmsg from the serial

Booting CF
Loading kernel... done
setting up elf image... OK
jumping to kernel code
Linux version 2.6.19.1 (root@Ferrari) (gcc version 4.1.1) #18 Sat Jan 27 15:09:7
CPU revision is: 0001800a
Determined physical RAM map:
memory: 01fffa00 @ 00000400 (usable)
Initrd not found or empty - disabling initrd
Built 1 zonelists.  Total pages: 8128
Kernel command line: gpio=16383 console=ttyS0,38400 board=500 boot=1 kmac=00:0C
korina mac = 00:0C:42:06:77:5B
Primary instruction cache 8kB, physically tagged, 4-way, linesize 16 bytes.
Primary data cache 8kB, 4-way, linesize 16 bytes.
Synthesized TLB refill handler (20 instructions).
Synthesized TLB load handler fastpath (32 instructions).
Synthesized TLB store handler fastpath (32 instructions).
Synthesized TLB modify handler fastpath (31 instructions).
Initializing IRQ's: 168 out of 256
PID hash table entries: 128 (order: 7, 512 bytes)
calculating r4koff... 00142440(1320000)
CPU frequency 264.00 MHz
Using 132.000 MHz high precision timer.
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 28840k/32760k available (2071k kernel code, 3920k reserved, 312k data, )
Mount-cache hash table entries: 512
Checking for 'wait' instruction...  available.
NET: Registered protocol family 16
PCI: Initializing PCI
NET: Registered protocol family 2
IP route cache hash table entries: 256 (order: -2, 1024 bytes)
TCP established hash table entries: 1024 (order: 0, 4096 bytes)
TCP bind hash table entries: 512 (order: -1, 2048 bytes)
TCP: Hash tables configured (established 1024 bind 512)
TCP reno registered
squashfs: version 3.0 (2006/03/15) Phillip Lougher
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.
yaffs Jan 23 2007 13:24:15 Installing.
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 104) is a 16550A
cf-mips module loaded
cf-mips: resetting..
cf-mips: identify drive..
cf-mips: CF card detected, C/H/S=994/16/63 sectors=1001952 (489MB) Serial=242827
cf-mips: detecting block size
cf-mips: multiple sectors = 64
init done<6> /dev/cf/card0:<3>cf-mips: do_trans without DRQ (status 0x51)!
cf-mips: read error, status 0x51, errid 0x4
end_request: I/O error, dev cfa, sector 0
Buffer I/O error on device cfa, logical block 0
cf-mips: do_trans without DRQ (status 0x51)!
cf-mips: read error, status 0x51, errid 0x4
end_request: I/O error, dev cfa, sector 0
Buffer I/O error on device cfa, logical block 0
unable to read partition table
Using NAPI with weight 64
eth0: Rx IRQ 40, Tx IRQ 41, 00:0c:42:06:77:5b
via-rhine.c:v1.10-LK1.4.2 Sept-11-2006 Written by Donald Becker
PCI: Enabling device 0000:00:02.0 (0080 -> 0083)
eth1: VIA Rhine III at 0xb8800000, 00:0c:42:06:77:5c, IRQ 142.
eth1: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
PCI: Enabling device 0000:00:03.0 (0080 -> 0083)
eth2: VIA Rhine III at 0xb8800100, 00:0c:42:06:77:5d, IRQ 143.
eth2: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
block2mtd: version $Revision: 1.30 $
RB500 nand
dev2base 0x18a20000 mask 0xffff0000 c 0x02d43a00 tc 0x00001336
NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
Scanning device for bad blocks
Bad eraseblock 167 at 0x014e0000
Bad eraseblock 531 at 0x04260000
Creating 2 MTD partitions on "NAND 128MiB 3,3V 8-bit":
0x00000000-0x00400000 : "RouterBoard NAND Boot"
0x00400000-0x08000000 : "RouterBoard NAND Main"
ip_conntrack version 2.4 (255 buckets, 2040 max) - 240 bytes per conntrack
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP vegas registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Bridge firewalling registered
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
VFS: Cannot open root device "cfa2" or unknown-block(13,2)
Time: MIPS clocksource has been installed.
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(13,2)

The discussion might have continued from here.