mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ubox: dont install lsbloader and symlink lsmod
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37156 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e8c98290c8
commit
2c43cc55ea
@ -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…
x
Reference in New Issue
Block a user