Skip to content

Commit

Permalink
ipq40xx: Drop FEAUTRES=nand from Chromium image
Browse files Browse the repository at this point in the history
This target doesn't actually use NAND.

Signed-off-by: Brian Norris <[email protected]>
  • Loading branch information
computersforpeace committed Jul 24, 2024
1 parent bbcd511 commit 862c3bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion target/linux/ipq40xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=ipq40xx
BOARDNAME:=Qualcomm Atheros IPQ40XX
FEATURES:=squashfs fpu ramdisk nand
FEATURES:=squashfs fpu ramdisk
CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4
SUBTARGETS:=generic chromium mikrotik
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ipq40xx/generic/target.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BOARDNAME:=Generic
FEATURES+=emmc
FEATURES+=emmc nand
DEFAULT_PACKAGES += ath10k-board-qca4019
2 changes: 1 addition & 1 deletion target/linux/ipq40xx/mikrotik/target.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BOARDNAME:=MikroTik
FEATURES += minor
FEATURES += minor nand
KERNEL_IMAGES:=vmlinux
IMAGES_DIR:=compressed

0 comments on commit 862c3bc

Please sign in to comment.