diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-09-29 11:53:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-09-29 11:53:17 +0000 |
commit | feab77f58eb0751965ab63b7739ff46173a48bc1 (patch) | |
tree | 4a35866ad90c4483e5d95bcca9555f537abf5bf8 /package/system/ubox | |
parent | 2ff6d483191a10d00d8dc946721942be6c110b71 (diff) | |
download | upstream-feab77f58eb0751965ab63b7739ff46173a48bc1.tar.gz upstream-feab77f58eb0751965ab63b7739ff46173a48bc1.tar.bz2 upstream-feab77f58eb0751965ab63b7739ff46173a48bc1.zip |
ubox: support alternative spellings for modinfo and rmmod
After this change, "rmmod" and "modinfo" works even if the user gives
the file name spelling instead of the kernel internal one, so that e.g.
"rmmod nls_iso8859-1.ko" and "rmmod nls_iso8859_1" will both succeed.
SVN-Revision: 38252
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 021746d41b..879108ba0c 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2013-09-28 +PKG_VERSION:=2013-09-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8baea575d7314f36649e7c85a90715e199dc0f46 +PKG_SOURCE_VERSION:=887256e92838ef94eeea8d7ba06ff078c7e05296 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |