mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
ubox: dont install lsbloader and symlink lsmod
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37156
This commit is contained in:
parent
7b6e3df6ab
commit
dae7f61f31
@ -39,11 +39,11 @@ endef
|
||||
define Package/ubox/install
|
||||
$(INSTALL_DIR) $(1)/sbin $(1)/usr/sbin
|
||||
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/{mount_root,kmodloader,lsbloader,board} $(1)/sbin/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/{mount_root,kmodloader} $(1)/sbin/
|
||||
ln -s /sbin/mount_root $(1)/sbin/switch2jffs
|
||||
ln -s /sbin/mount_root $(1)/sbin/jffs2reset
|
||||
ln -s /sbin/mount_root $(1)/sbin/jffs2mark
|
||||
ln -s /sbin/kmodloader $(1)/usr/sbin/lsmod
|
||||
# ln -s /sbin/kmodloader $(1)/usr/sbin/lsmod
|
||||
ln -s /sbin/kmodloader $(1)/usr/sbin/modinfo
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user