Move wget2nand to the base-files for adm5120 also fix default permission (#1812)
SVN-Revision: 7633
This commit is contained in:
parent
ff17ac5ec3
commit
55baa6e467
3 changed files with 2 additions and 38 deletions
|
@ -1,37 +0,0 @@
|
|||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id: $
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=wget2nand
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/wget2nand
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=RouterOS to OpenWrt install script
|
||||
DEPENDS:=@LINUX_2_6_ADM5120
|
||||
DESCRIPTION:=\
|
||||
A tool to switch from RouterBoard RouterOS to OpenWrt
|
||||
URL:=https://dev.openwrt.org/browser/trunk/package/wget2nand/src/wget2nand
|
||||
VERSION:=1
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/wget2nand/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) ./src/$(PKG_NAME) $(1)/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,wget2nand))
|
|
@ -58,6 +58,7 @@ echo "Patching the kernel command line"
|
|||
chmod +x /tmp/wget2nand-boot/kernel
|
||||
|
||||
# make sure everything is written before we unmount the partitions
|
||||
echo "chmod ugo+x /" > /tmp/wget2nand/etc/uci-defaults/set_root_permission
|
||||
sync
|
||||
ls /tmp/wget2nand-boot/
|
||||
ls /tmp/wget2nand/
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/RouterBoard
|
||||
NAME:=RouterBoard RB1xx
|
||||
PACKAGES:=kmod-madwifi patch-cmdline wget2nand
|
||||
PACKAGES:=kmod-madwifi patch-cmdline
|
||||
endef
|
||||
|
||||
define Profile/RouterBoard/Description
|
||||
|
|
Loading…
Reference in a new issue