Hi Raphael, in connection to this patch I doublechecked and modified my latest ntfs-3g update (we obviously had the same idea ;) and found this
> > MAKE_ARGS += CFLAGS_O="$(TARGET_CFLAGS)" > is obviously ignored. To have it in the make call one can do it the broadcom-wl package way MAKE := $(MAKE) ARCH="$(LINUX_KARCH)" CROSS_COMPILE="$(TARGET_CROSS)" or as lots of other packages do define Build/Compile $(MAKE) $(MAKE_VARS) endef As MAKE_VARS on the other hand is automagically added, this seems to be a bug. Another thing is. I see CROSS="mipsel-openwrt-linux-uclibc-" "ARCH="mipsel" are default make vars. Doesn't this mean that extra ARCH and CROSS_COMPILE definitions are obsolete. Not sure about CROSS vs. CROSS_COMPILE though. While testing i find $(LINUX_KARCH) is not set, empty, I guess this is not meant to be. How can I see all variables of make that are currently set? Where did you find the PKG_INSTALL switch? ... bud _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel