Changeset 5407

Show
Ignore:
Timestamp:
10/19/09 13:17:41 (4 years ago)
Author:
jow
Message:

contrib/package: remote-update: now expect "openwrt-atheros-combined.img" since we switch to upstream combined images

Location:
luci/trunk/contrib/package/remote-update
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/contrib/package/remote-update/files/usr/sbin/remote-update

    r5303 r5407  
    2020    case "$1" in 
    2121        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" 
    2723        ;; 
    2824        ar71xx) 
    29             if grep -q '"kernel"' /proc/mtd; then 
    30                 echo "openwrt-ar71xx-combined.img" 
    31             fi 
     25            echo "openwrt-ar71xx-combined.img" 
    3226        ;; 
    3327        brcm-2.4) 
  • luci/trunk/contrib/package/remote-update/Makefile

    r5303 r5407  
    88 
    99PKG_NAME:=remote-update 
    10 PKG_RELEASE:=2 
     10PKG_RELEASE:=3 
    1111 
    1212PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)