Hi, I can't find the answers on my own, so I'm seeking help here. Any opinions would be appreciated.
1. I found that currently four devices have set DEVICE_TYPE to nas in their Device definition. But when I tried defconfig, none of them actually had DEFAULT_PACKAGES.nas in their .config. It seems DEVICE_TYPE cannot be set per device, it only works on a per-(sub)target basis. Then why DEVICE_TYPE was added to these devices? https://github.com/openwrt/openwrt/commit/7a1497fd601d8803f608450344113db2bdc470e7 Is this intended or a bug? 2. kmod-usb2 automatically selects kmod-usb-core, but kmod-ata-ahci does not select kmod-ata-core. Is there a reason to use "DEPENDS += +kmod-usb-core" somewhere and use "DEPENDS += kmod-ata-core" elsewhere? Can we make a rule here to unify this? 3. Could somebody suggest a way to configure port 1 as WAN in ipq40xx DTS? https://forum.openwrt.org/t/how-can-i-configure-port-1-as-wan-on-ipq40xx/54783 Thanks in advance. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
