Initial commit
This commit is contained in:
parent
00c38e83df
commit
fd4435f46c
5 changed files with 1062 additions and 0 deletions
1030
board/wifisd/busybox-1.21.x.config
Normal file
1030
board/wifisd/busybox-1.21.x.config
Normal file
File diff suppressed because it is too large
Load diff
0
board/wifisd/fs-overlay/.empty
Normal file
0
board/wifisd/fs-overlay/.empty
Normal file
4
board/wifisd/post-build.sh
Normal file
4
board/wifisd/post-build.sh
Normal 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
|
4
board/wifisd/post-image.sh
Normal file
4
board/wifisd/post-image.sh
Normal 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
24
configs/wifisd_defconfig
Normal 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
|
Loading…
Add table
Reference in a new issue