Hi Zoltan, Am Samstag, 3. Mai 2014, 16:41:30 schrieben Sie: > Hi Michael, > > Michael Heimpold wrote: > > Signed-off-by: Michael Heimpold <[email protected]> > > --- > > target/linux/mxs/modules.mk | 15 +++++++++++++++ > > 1 file changed, 15 insertions(+) > > > > diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk > > index 0584a73..2db4961 100644 > > --- a/target/linux/mxs/modules.mk > > +++ b/target/linux/mxs/modules.mk > > @@ -100,3 +100,18 @@ define KernelPackage/crypto-hw-dcp/description > > endef > > > > $(eval $(call KernelPackage,crypto-hw-dcp)) > > + > > +define KernelPackage/spi-mxs > > + SUBMENU:=$(SPI_MENU) > > + TITLE:=Freescale i.MX23/28 SPI driver > > + DEPENDS:=@TARGET_mxs > > + KCONFIG:=CONFIG_SPI_MXS > > + FILES:=$(LINUX_DIR)/drivers/spi/spi-mxs.ko > > + AUTOLOAD:=$(call AutoProbe,spi-mxs) > > +endef > > + > > +define KernelPackage/spi-mxs/description > > + Kernel module for Freescale i.MX23/28 SPI controller > > +endef > > + > > +$(eval $(call KernelPackage,spi-mxs)) > > > I think this could be added into the profiles as a default package - do > you mind adding it?
hm...it is a tiny package, but personally, I would prefer to keep the default footprint as small as possible. Users can easily select it/post-install it when needed... ...or other packages could depend on it when required. Michael _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
