I was trying to use the profile specific dirs. However it seems that when the following snipped is evaluated the $PROFILE variable is not set:
if [ -d $(PLATFORM_DIR)/base-files-$(PROFILE)/. ]; then \ $(CP) $(PLATFORM_DIR)/base-files-$(PROFILE)/* $(1)/; \ fi I have defined two different profiles in the profiles directory and they are indeed appearing in make menuconfig. -- -------------------------------------------------------- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.40.84.00 (ext. 708) Fax: +39.0461.314.972 -------------------------------------------------------- _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
