diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-04 13:30:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-04 13:30:41 +0000 |
commit | 2c43cc55ea2ec1ac9b4ce680a3993929941f81a7 (patch) | |
tree | b18065f1bd42502523f3291352d178e637ad0aef /package/system/ubox | |
parent | e8c98290c854a7fe37bcb2c4427671c0f90760f4 (diff) | |
download | upstream-2c43cc55ea2ec1ac9b4ce680a3993929941f81a7.tar.gz upstream-2c43cc55ea2ec1ac9b4ce680a3993929941f81a7.tar.bz2 upstream-2c43cc55ea2ec1ac9b4ce680a3993929941f81a7.zip |
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
Diffstat (limited to 'package/system/ubox')
-rw-r--r-- | package/system/ubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 84f55826a1..3824148f93 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -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 |