diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-01 23:20:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-01 23:20:10 +0000 |
commit | 50a26cd5e29260ae1cc3a8dd0f19abe26d8e94ef (patch) | |
tree | e187677598fe835fd78df5a3fd3bbdac2b057040 /package/base-files | |
parent | 7f1c10e0d85c1fcd915ffa67040415ef29da9824 (diff) |
fix base-files version number
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3888 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 226782bb92..014d4b731e 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -28,6 +28,7 @@ define Package/base-files$(TARGET) DEFAULT:=y TITLE:=OpenWrt system scripts DESCRIPTION:=Base filesystem for OpenWrt + VERSION:=$(PKG_RELEASE) endef define Package/libgcc |