1234567891011121314151617181920212223 |
- --- a/target/linux/meson/image/Makefile
- +++ b/target/linux/meson/image/Makefile
- @@ -46,7 +46,8 @@ endef
-
- define Device/thunder-onecloud
- DEVICE_DTS := meson8b-onecloud
- - DEVICE_TITLE := Thunder OneCloud
- + DEVICE_TITLE := OneCloud 玩客云
- + DEVICE_PACKAGES += kmod-usb-net-rtl8152
- KERNEL_LOADADDR := 0x00208000
- IMAGE/emmc.img := boot-script onecloud | emmc-common $$(DEVICE_NAME)
- endef
- @@ -54,4 +55,10 @@ ifeq ($(SUBTARGET),meson8b)
- TARGET_DEVICES += thunder-onecloud
- endif
-
- +define Image/Build
- + export BIN_DIR=$(BIN_DIR); \
- + cd /data/packit/openwrt-onecloud || true; \
- + . ~/packit/packit_onecloud1.sh || true;
- +endef
- +
- $(eval $(call BuildImage))
|