It seems that any changes that I try to make in the profiles, aren't being built into the images. In make menuconfig, I have set a static ip, but it isn't taking. I have also adjusted the profile, and the added packages aren't being put into the image. Can someone help explain what I am doing wrong?
dsolomon-devbox:~/nslu2/openwrt$ cat target/linux/ixp4xx-2.6/profiles/200-NSLU2.mk
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/NSLU2
NAME:=Linksys NSLU2
PACKAGES:=kmod-ixp4xx-npe \
kmod-scsi-core \
kmod-usb-core kmod-usb2 kmod-usb-storage \
kmod-fs-ext2 kmod-fs-ext3 libjpeg \
libpthread libusb sane-backends \
sane-libs xinetd
endef
define Profile/NSLU2/Description
Package set optimized for the Linksys NSLU2
endef
$(eval $(call Profile,NSLU2))