mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
[backfire] merge r22377
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22378 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1d1495730d
commit
2f1f0c0e5b
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=base-files
|
||||
PKG_RELEASE:=43.2
|
||||
PKG_RELEASE:=43.3
|
||||
|
||||
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
find_mount_jffs2() {
|
||||
mkdir -p /tmp/overlay
|
||||
mount "$(find_mtd_part rootfs_data)" /tmp/overlay -t jffs2
|
||||
mtd -qq unlock rootfs_data
|
||||
}
|
||||
|
||||
jffs2_not_mounted() {
|
||||
|
Loading…
Reference in New Issue
Block a user