diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-08 20:04:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-08 20:04:43 +0000 |
commit | 6665a2c1dc316cf1ebb8bc1b0ef4a44d152b0764 (patch) | |
tree | 68d7152c125e365d49961e9ab618c4b7257211d1 /target/linux/magicbox/Makefile | |
parent | 6bcd07afdd1ffcba5fe94f1291b4e4f0c764263e (diff) | |
download | upstream-6665a2c1dc316cf1ebb8bc1b0ef4a44d152b0764.tar.gz upstream-6665a2c1dc316cf1ebb8bc1b0ef4a44d152b0764.tar.bz2 upstream-6665a2c1dc316cf1ebb8bc1b0ef4a44d152b0764.zip |
adapt profiles for subtarget changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/magicbox/Makefile')
-rw-r--r-- | target/linux/magicbox/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/magicbox/Makefile b/target/linux/magicbox/Makefile index a20158b522..b130095624 100644 --- a/target/linux/magicbox/Makefile +++ b/target/linux/magicbox/Makefile @@ -15,7 +15,4 @@ LINUX_VERSION:=2.6.22.4 include $(INCLUDE_DIR)/target.mk -# include the profiles --include profiles/*.mk - $(eval $(call BuildTarget)) |