mirror of https://github.com/hak5/openwrt-owl.git
parent
766d2494b2
commit
e1a654dd9f
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=base-files
|
||||
PKG_RELEASE:=50
|
||||
PKG_RELEASE:=51
|
||||
|
||||
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