diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-03 22:32:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-03 22:32:13 +0000 |
commit | c96e173c287dcbce1813420940e79900f030c467 (patch) | |
tree | 0ec42c4bfa21f6367f247aa3200ff9af1c3d056b /package/base-files/Makefile | |
parent | df228a5d999ae01431f2d2bac37e312468d8edc9 (diff) | |
download | upstream-c96e173c287dcbce1813420940e79900f030c467.tar.gz upstream-c96e173c287dcbce1813420940e79900f030c467.tar.bz2 upstream-c96e173c287dcbce1813420940e79900f030c467.zip |
add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit
SVN-Revision: 6481
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) |