diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-03 22:32:13 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-03 22:32:13 +0000 |
commit | 1ce8862ab409526a36936eb93db4e23ad92e3b79 (patch) | |
tree | 5ce3e989986e46d9b2cf1a0bcbd1adb6696ba92f /package/base-files/Makefile | |
parent | c35ce18c298ee75f599d413fb6872a0f317caeb2 (diff) |
add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index f02f1c9aa3..30e90453ee 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -19,7 +19,6 @@ REV:=$(shell LANG=C svn info | awk '/^Revision:/ { print$$2 }' ) ifeq ($(REV),) REV:=0 endif - include $(INCLUDE_DIR)/package.mk ifneq ($(DUMP),1) |