From feab77f58eb0751965ab63b7739ff46173a48bc1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 29 Sep 2013 11:53:17 +0000 Subject: 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 --- package/system/ubox/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3