mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update Makefile
This commit is contained in:
parent
3637d4cbbf
commit
e7bf8dbd95
1 changed files with 3 additions and 1 deletions
4
root/target/linux/bcm27xx/Makefile
Executable file → Normal file
4
root/target/linux/bcm27xx/Makefile
Executable file → Normal file
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=bcm27xx
|
BOARD:=bcm27xx
|
||||||
BOARDNAME:=Broadcom BCM27xx
|
BOARDNAME:=Broadcom BCM27xx
|
||||||
FEATURES:=ext4 usb usbgadget display gpio fpu squashfs rootfs-part boot-part
|
FEATURES:=ext4 audio usb usbgadget display gpio fpu squashfs rootfs-part boot-part
|
||||||
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711
|
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711
|
||||||
|
|
||||||
KERNEL_PATCHVER=5.4
|
KERNEL_PATCHVER=5.4
|
||||||
|
@ -22,7 +22,9 @@ include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES))
|
DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES))
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
|
bcm27xx-gpu-fw \
|
||||||
kmod-usb-hid \
|
kmod-usb-hid \
|
||||||
|
kmod-sound-core kmod-sound-arm-bcm2835 \
|
||||||
kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
|
kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
|
||||||
partx-utils mkf2fs e2fsprogs
|
partx-utils mkf2fs e2fsprogs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue