Initial commit

This commit is contained in:
Dan Krause 2013-10-02 22:41:32 -05:00
parent 00c38e83df
commit fd4435f46c
5 changed files with 1062 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

View file

@ -0,0 +1,4 @@
#!/bin/bash
# $1 is the path to the rootfs - run before image building
# use to modify rootfs before image is built

View file

@ -0,0 +1,4 @@
#!/bin/bash
# $1 is images dir - run just after image building
# use to turn image into suitable initramfs3.gz

24
configs/wifisd_defconfig Normal file
View file

@ -0,0 +1,24 @@
BR2_arm=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="2.6.32.26"
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
BR2_ROOTFS_OVERLAY="board/wifisd/fs-overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/wifisd/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/wifisd/post-image.sh"
BR2_PACKAGE_BUSYBOX_CONFIG="board/wifisd/busybox-1.21.x.config"
BR2_PACKAGE_LUA=y
BR2_PACKAGE_LUA_INTERPRETER_READLINE=y
BR2_PACKAGE_LUACJSON=y
BR2_PACKAGE_LUAEXPAT=y
BR2_PACKAGE_LUAPOSIX=y
BR2_PACKAGE_XAVANTE=y
BR2_PACKAGE_ZLIB=y
BR2_PACKAGE_DHCPCD=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_HOSTAPD=y
BR2_PACKAGE_IPTABLES=y
BR2_PACKAGE_IW=y
BR2_PACKAGE_RSYNC=y
BR2_PACKAGE_DTACH=y
BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_CPIO_GZIP=y