diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:33:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:33:04 +0200 |
commit | 309f13ab6858e1c1639814e210a6c86380ca717b (patch) | |
tree | cce9288e98ea8f4dac7efd55b513434dad620e53 /mk | |
parent | 6ab3547c8e2c985cc66e48b13008530f90d4ce30 (diff) |
remove some unsupported root filesystems, use archive and install/create scripts instead
Diffstat (limited to 'mk')
-rw-r--r-- | mk/rootfs.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk index 3956306e9..dae0e5805 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -42,9 +42,6 @@ else USB:= rootdelay=2 endif -$(eval $(call rootfs_template,genext2fs,GENEXT2FS,$(ROOTFS))) -$(eval $(call rootfs_template,cf,CF,$(ROOTFS))) -$(eval $(call rootfs_template,mmc,MMC,$(ROOTFS))) $(eval $(call rootfs_template,usb,USB,$(USB))) $(eval $(call rootfs_template,archive,ARCHIVE,$(ROOTFS))) $(eval $(call rootfs_template,initramfsarchive,INITRAMFSARCHIVE)) |