|
@@ -18,15 +18,15 @@ _BUILDS="$_PWD/../../../sg-builds"
|
|
|
[[ -e $_BUILDS ]] || (echo 'Builds directory is missing'; exit 1;)
|
|
|
|
|
|
## dirs with platform specific files
|
|
|
-_TARGETS='DIR505A1 TLWR710 WRT160NL'
|
|
|
-#_TARGETS='DIR505A1'
|
|
|
+#_TARGETS='DIR505A1 TLWR710 WRT160NL'
|
|
|
+_TARGETS='TLWR710'
|
|
|
|
|
|
## dir with common files
|
|
|
_COMMON='common'
|
|
|
|
|
|
_MAJOR='0.1' ## bump that on major changes
|
|
|
#_SUFFIX='git' ## could be 'beta', 'rc', etc
|
|
|
-_SUFFIX='testing' ## could be 'beta', 'rc', etc
|
|
|
+_SUFFIX='k0a1a' ## could be 'beta', 'rc', etc
|
|
|
|
|
|
## read build serial, incremented on every successful build
|
|
|
if [[ -e sg_$_MAJOR.revision ]]; then
|
|
@@ -58,7 +58,7 @@ for _TARGET in $_TARGETS; do
|
|
|
echo $_VERSION > $_TARGET.tmp/etc/superglue_version
|
|
|
cd $_IMAGEBUILDER && make clean
|
|
|
|
|
|
- make image PROFILE=$_TARGET PACKAGES="bash gawk sudo procps-ps haserl lighttpd lighttpd-mod-access lighttpd-mod-cgi lighttpd-mod-compress lighttpd-mod-accesslog lighttpd-mod-rewrite lighttpd-mod-auth lighttpd-mod-alias lighttpd-mod-setenv blkid kmod-fs-ext4 kmod-fs-vfat kmod-fs-btrfs btrfs-progs block-mount mini-sendmail kmod-usb-storage kmod-scsi-generic mount-utils kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-utf8 kmod-nls-base coreutils-stat mini-httpd-htpasswd" FILES=$_PWD/$_TARGET.tmp BIN_DIR=$_BUILDS/$_VERSION/$_TARGET/openwrt &&
|
|
|
+ make image PROFILE=$_TARGET PACKAGES="bash gawk sudo procps-ps haserl lighttpd lighttpd-mod-access lighttpd-mod-cgi lighttpd-mod-compress lighttpd-mod-accesslog lighttpd-mod-rewrite lighttpd-mod-auth lighttpd-mod-alias lighttpd-mod-setenv blkid kmod-fs-ext4 kmod-fs-vfat kmod-fs-btrfs btrfs-progs block-mount mini-sendmail kmod-usb-storage kmod-scsi-generic mount-utils kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-utf8 kmod-nls-base coreutils-stat mini-httpd-htpasswd wireless-tools" FILES=$_PWD/$_TARGET.tmp BIN_DIR=$_BUILDS/$_VERSION/$_TARGET/openwrt &&
|
|
|
|
|
|
ln -s $_BUILDS/$_VERSION/$_TARGET/openwrt/openwrt-*-factory.bin $_BUILDS/$_VERSION/$_TARGET/superglue-firmware-$_VERSION-$(echo $_TARGET | tr [:upper:] [:lower:])-factory.bin
|
|
|
ln -s $_BUILDS/$_VERSION/$_TARGET/openwrt/openwrt-*-sysupgrade.bin $_BUILDS/$_VERSION/$_TARGET/superglue-firmware-$_VERSION-$(echo $_TARGET | tr [:upper:] [:lower:])-sysupgrade.bin
|