1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 01:45:26 +03:00

remove unneeded Makefile.in

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@274 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx 2005-02-19 20:37:38 +00:00
parent 665ada0f7d
commit fb826963bf
3 changed files with 0 additions and 12 deletions

View File

@ -1,4 +0,0 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
TARGETS+=jffs2root openwrt-image
ROOTFS=jffs2
endif

View File

@ -1,4 +0,0 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y)
TARGETS+=squashfslzmaroot openwrt-image
ROOTFS=squashfslzma
endif

View File

@ -1,4 +0,0 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
TARGETS+=squashfsroot openwrt-image
ROOTFS=squashfs
endif