diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-12 14:34:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-12 14:34:39 +0000 |
commit | aab33e2e9ada76d98fcac6ae26419527d6eb9a75 (patch) | |
tree | 05343029a2c4039745cca68691b3856e362438c0 /package/base-files/Makefile | |
parent | 5e4563221a3af6ee81a0746e4e002f9607c8bec2 (diff) | |
download | upstream-aab33e2e9ada76d98fcac6ae26419527d6eb9a75.tar.gz upstream-aab33e2e9ada76d98fcac6ae26419527d6eb9a75.tar.bz2 upstream-aab33e2e9ada76d98fcac6ae26419527d6eb9a75.zip |
base-files: fix arp() procedure to properly detect /usr/bin/arp
SVN-Revision: 27965
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index be10e2e958..bae3c79e25 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=78 +PKG_RELEASE:=79 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |