diff --git a/configure.ac b/configure.ac index 4909178..066fa5f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(parse-embedded, 1.0.1, damiank@fb.com) +AC_INIT(parse-embedded, 1.0.2, damiank@fb.com) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(common/simplejson.c) AC_CONFIG_SRCDIR(unix/src/parse.c) diff --git a/openwrt/parse-embedded/Makefile b/openwrt/parse-embedded/Makefile index 4871115..09222c7 100644 --- a/openwrt/parse-embedded/Makefile +++ b/openwrt/parse-embedded/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=parse-embedded -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-sdks-$(PKG_VERSION).tar.gz diff --git a/yun/linux_package/parse-embedded-yun_1.0.2-1_ar71xx.ipk b/yun/linux_package/parse-embedded-yun_1.0.2-1_ar71xx.ipk new file mode 100644 index 0000000..f8e4ffc Binary files /dev/null and b/yun/linux_package/parse-embedded-yun_1.0.2-1_ar71xx.ipk differ diff --git a/yun/linux_package/parse-embedded_1.0.2-1_ar71xx.ipk b/yun/linux_package/parse-embedded_1.0.2-1_ar71xx.ipk new file mode 100644 index 0000000..281f424 Binary files /dev/null and b/yun/linux_package/parse-embedded_1.0.2-1_ar71xx.ipk differ diff --git a/yun/uploadLinuxPackage.sh b/yun/uploadLinuxPackage.sh index b0fd4dc..0f69dfe 100755 --- a/yun/uploadLinuxPackage.sh +++ b/yun/uploadLinuxPackage.sh @@ -4,28 +4,28 @@ YUN_PWD=arduino #YUN's PASSWORD, default is arduino # scp parse_push and parse_request to Yun expect -c " -spawn scp linux_package/parse-embedded_1.0.1-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/ +spawn scp linux_package/parse-embedded_1.0.2-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/ expect *password: send $YUN_PWD\n interact " expect -c " -spawn scp linux_package/parse-embedded-yun_1.0.1-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/ +spawn scp linux_package/parse-embedded-yun_1.0.2-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/ expect *password: send $YUN_PWD\n interact " expect -c " -spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded_1.0.1-1_ar71xx.ipk'' +spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded_1.0.2-1_ar71xx.ipk'' expect *password: send $YUN_PWD\n interact " expect -c " -spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded-yun_1.0.1-1_ar71xx.ipk'' +spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded-yun_1.0.2-1_ar71xx.ipk'' expect *password: send $YUN_PWD\n interact