Skip to content

Commit

Permalink
ipq95xx: add initial target support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 7, 2023
1 parent 276ea28 commit 22134ba
Show file tree
Hide file tree
Showing 48 changed files with 10,845 additions and 0 deletions.
18 changes: 18 additions & 0 deletions target/linux/ipq95xx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
include $(TOPDIR)/rules.mk

ARCH:=aarch64
BOARD:=ipq95xx
BOARDNAME:=Qualcomm Atheros IPQ95XX
FEATURES:=squashfs fpu ramdisk nand pcie
CPU_TYPE:=cortex-a73
SUBTARGETS:=generic

KERNELNAME:=Image dtbs
KERNEL_PATCHVER:=6.1

include $(INCLUDE_DIR)/target.mk

DEFAULT_PACKAGES += \
e2fsprogs uboot-envtools kmod-leds-gpio kmod-gpio-button-hotplug

$(eval $(call BuildTarget))
3 changes: 3 additions & 0 deletions target/linux/ipq95xx/base-files/etc/inittab
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
::sysinit:/etc/init.d/rcS S boot
::shutdown:/etc/init.d/rcS K shutdown
ttyMSM0::askfirst:/usr/libexec/login.sh
Loading

0 comments on commit 22134ba

Please sign in to comment.