[ar71xx] fix sysupgrade
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Aug 2009 09:27:38 +0000 (09:27 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Aug 2009 09:27:38 +0000 (09:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17092 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/lib/upgrade/platform.sh

index 381b40e322a08c73d52de944cc12e083e26ff7e2..a5cb354c92fbc136715513110ffeaaf2bd10d18c 100755 (executable)
@@ -5,6 +5,7 @@
 . /lib/ar71xx.sh
 
 PART_NAME=firmware
+RAMFS_COPY_DATA=/lib/ar71xx.sh
 
 platform_check_image() {
        local board=$(ar71xx_board_name)
@@ -42,4 +43,5 @@ disable_watchdog() {
                return 1
        }
 }
+
 append sysupgrade_pre_upgrade disable_watchdog