In the current SVN, in include/target.mk, Line 70:

    if [ -f ./config/profile-$(1) ]; then \
        echo "Target-Profile-Kconfig: yes"; \
    fi; \

It's obviously made for profile-dependent kernel options, but I can't 
find it implemented anywhere in kernel configuration makefiles.

There's only one profile that tries to use this feature:
target/linux/rdc/config/profile-dir450

but this feature was either never implemented or removed.

I'd actually like to use it in my USB-rootfs profile.
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to