forked from immortalwrt/immortalwrt
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: drop FIT option until we actually need it
Signed-off-by: Luka Perkov <[email protected]> SVN-Revision: 38439
- Loading branch information
Showing
4 changed files
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,9 +63,6 @@ config USES_CPIOGZ | |
config USES_UBIFS | ||
bool | ||
|
||
config USES_FIT | ||
bool | ||
|
||
config PROFILE_KCONFIG | ||
bool | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |
ARCH:=arm | ||
BOARD:=imx6 | ||
BOARDNAME:=Freescale i.MX 6 Series | ||
FEATURES:=audio display gpio pcie usb usbgadget fit squashfs targz | ||
FEATURES:=audio display gpio pcie usb usbgadget squashfs targz | ||
CPU_TYPE:=cortex-a9 | ||
CPU_SUBTYPE:=vfpv3 | ||
MAINTAINER:=Luka Perkov <[email protected]> | ||
|