Changeset 5407
- Timestamp:
- 10/19/09 13:17:41 (4 years ago)
- Location:
- luci/trunk/contrib/package/remote-update
- Files:
-
- 2 modified
-
files/usr/sbin/remote-update (modified) (1 diff)
-
Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/remote-update/files/usr/sbin/remote-update
r5303 r5407 20 20 case "$1" in 21 21 atheros) 22 if grep -q '"vmlinux.bin.l7"' /proc/mtd; then 23 echo "openwrt-fonera-combined.img" 24 else 25 echo "openwrt-ubiquity-combined.img" 26 fi 22 echo "openwrt-atheros-combined.img" 27 23 ;; 28 24 ar71xx) 29 if grep -q '"kernel"' /proc/mtd; then 30 echo "openwrt-ar71xx-combined.img" 31 fi 25 echo "openwrt-ar71xx-combined.img" 32 26 ;; 33 27 brcm-2.4) -
luci/trunk/contrib/package/remote-update/Makefile
r5303 r5407 8 8 9 9 PKG_NAME:=remote-update 10 PKG_RELEASE:= 210 PKG_RELEASE:=3 11 11 12 12 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
