diff options
| -rw-r--r-- | package/linux/Config.in | 6 | ||||
| -rw-r--r-- | package/linux/Makefile | 3 | ||||
| -rw-r--r-- | package/linux/control/kmod-smbfs.control | 8 | ||||
| -rw-r--r-- | package/linux/linux.config | 80 | 
4 files changed, 94 insertions, 3 deletions
| diff --git a/package/linux/Config.in b/package/linux/Config.in index 599d9ec79..3a77a42f5 100644 --- a/package/linux/Config.in +++ b/package/linux/Config.in @@ -36,6 +36,12 @@ config BR2_PACKAGE_KMOD_NFS  	  Kernel modules for NFS support  	  Includes lockd, nfs and sunrpc +config BR2_PACKAGE_KMOD_SMBFS +	tristate "SMB support" +	default m +	help +	  Kernel modules for SMB support +  config BR2_PACKAGE_KMOD_USB  	tristate "USB/SCSI support"  	default m diff --git a/package/linux/Makefile b/package/linux/Makefile index b5a240f99..4be1ade37 100644 --- a/package/linux/Makefile +++ b/package/linux/Makefile @@ -40,6 +40,9 @@ $(eval $(call KMOD_template,IPT6,ip6tables,\  $(eval $(call KMOD_template,IPV6,ipv6,\  	$(MODULES_DIR)/kernel/net/ipv6/ipv6.o \  )) +$(eval $(call KMOD_template,SMBFS,smbfs,\ +	$(MODULES_DIR)/kernel/fs/smbfs/smbfs.o \ +))  $(eval $(call KMOD_template,NFS,nfs,\  	$(MODULES_DIR)/kernel/fs/lockd/*.o \  	$(MODULES_DIR)/kernel/fs/nfs/*.o \ diff --git a/package/linux/control/kmod-smbfs.control b/package/linux/control/kmod-smbfs.control new file mode 100644 index 000000000..cf8b46e8e --- /dev/null +++ b/package/linux/control/kmod-smbfs.control @@ -0,0 +1,8 @@ +Package: kmod-smbfs +Priority: optional +Section: sys +Version: 2.4.29-1 +Architecture: mipsel +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: Kernel modules for SMB support diff --git a/package/linux/linux.config b/package/linux/linux.config index 3c94a5b61..5efd0e030 100644 --- a/package/linux/linux.config +++ b/package/linux/linux.config @@ -1,5 +1,5 @@  # -# Automatically generated by make menuconfig: don't edit +# Automatically generated make config: don't edit  #  CONFIG_MIPS=y  CONFIG_MIPS32=y @@ -181,6 +181,10 @@ CONFIG_MTD_PARTITIONS=y  # CONFIG_MTD_CONCAT is not set  # CONFIG_MTD_REDBOOT_PARTS is not set  # CONFIG_MTD_CMDLINE_PARTS is not set + +# +# User Modules And Translation Layers +#  CONFIG_MTD_CHAR=y  CONFIG_MTD_BLOCK=y  # CONFIG_FTL is not set @@ -246,6 +250,10 @@ CONFIG_MTD_SFLASH=y  # CONFIG_MTD_SLRAM is not set  # CONFIG_MTD_MTDRAM is not set  # CONFIG_MTD_BLKMTD is not set + +# +# Disk-On-Chip Device Drivers +#  # CONFIG_MTD_DOC1000 is not set  # CONFIG_MTD_DOC2000 is not set  # CONFIG_MTD_DOC2001 is not set @@ -429,6 +437,10 @@ CONFIG_IP6_NF_TARGET_MARK=m  # CONFIG_IP_SCTP is not set  # CONFIG_ATM is not set  CONFIG_VLAN_8021Q=y + +# +#   +#  # CONFIG_IPX is not set  # CONFIG_ATALK is not set  # CONFIG_DECNET is not set @@ -513,12 +525,20 @@ CONFIG_NET_CLS_POLICE=y  # SCSI support  #  CONFIG_SCSI=m + +# +# SCSI support type (disk, tape, CD-ROM) +#  CONFIG_BLK_DEV_SD=m  CONFIG_SD_EXTRA_DEVS=5  # CONFIG_CHR_DEV_ST is not set  # CONFIG_CHR_DEV_OSST is not set  # CONFIG_BLK_DEV_SR is not set  CONFIG_CHR_DEV_SG=m + +# +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs +#  # CONFIG_SCSI_DEBUG_QUEUES is not set  # CONFIG_SCSI_MULTI_LUN is not set  # CONFIG_SCSI_CONSTANTS is not set @@ -760,6 +780,14 @@ CONFIG_PRINTER=m  # Joysticks  #  # CONFIG_INPUT_GAMEPORT is not set + +# +# Input core support is needed for gameports +# + +# +# Input core support is needed for joysticks +#  # CONFIG_QIC02_TAPE is not set  # CONFIG_IPMI_HANDLER is not set  # CONFIG_IPMI_PANIC_EVENT is not set @@ -895,7 +923,9 @@ CONFIG_NFS_V3=y  CONFIG_SUNRPC=m  CONFIG_LOCKD=m  CONFIG_LOCKD_V4=y -# CONFIG_SMB_FS is not set +CONFIG_SMB_FS=m +# CONFIG_SMB_NLS_DEFAULT is not set +# CONFIG_SMB_UNIX is not set  # CONFIG_NCP_FS is not set  # CONFIG_NCPFS_PACKET_SIGNING is not set  # CONFIG_NCPFS_IOCTL_LOCKING is not set @@ -926,7 +956,7 @@ CONFIG_MSDOS_PARTITION=y  # CONFIG_ULTRIX_PARTITION is not set  # CONFIG_SUN_PARTITION is not set  # CONFIG_EFI_PARTITION is not set -# CONFIG_SMB_NLS is not set +CONFIG_SMB_NLS=y  CONFIG_NLS=y  # @@ -986,12 +1016,24 @@ CONFIG_NLS_DEFAULT="iso8859-1"  #  CONFIG_USB=m  # CONFIG_USB_DEBUG is not set + +# +# Miscellaneous USB options +#  CONFIG_USB_DEVICEFS=y  # CONFIG_USB_BANDWIDTH is not set + +# +# USB Host Controller Drivers +#  # CONFIG_USB_EHCI_HCD is not set  # CONFIG_USB_UHCI is not set  # CONFIG_USB_UHCI_ALT is not set  CONFIG_USB_OHCI=m + +# +# USB Device Class drivers +#  # CONFIG_USB_AUDIO is not set  # CONFIG_USB_EMI26 is not set  # CONFIG_USB_BLUETOOTH is not set @@ -1008,7 +1050,15 @@ CONFIG_USB_STORAGE_SDDR55=y  CONFIG_USB_STORAGE_JUMPSHOT=y  # CONFIG_USB_ACM is not set  CONFIG_USB_PRINTER=m + +# +# USB Human Interface Devices (HID) +#  # CONFIG_USB_HID is not set + +# +#     Input core support is needed for USB HID input layer or HIDBP support +#  # CONFIG_USB_HIDINPUT is not set  # CONFIG_USB_HIDDEV is not set  # CONFIG_USB_KBD is not set @@ -1017,23 +1067,47 @@ CONFIG_USB_PRINTER=m  # CONFIG_USB_WACOM is not set  # CONFIG_USB_KBTAB is not set  # CONFIG_USB_POWERMATE is not set + +# +# USB Imaging devices +#  # CONFIG_USB_DC2XX is not set  # CONFIG_USB_MDC800 is not set  # CONFIG_USB_SCANNER is not set  # CONFIG_USB_MICROTEK is not set  # CONFIG_USB_HPUSBSCSI is not set + +# +# USB Multimedia devices +# + +# +#   Video4Linux support is needed for USB Multimedia device support +# + +# +# USB Network adaptors +#  # CONFIG_USB_PEGASUS is not set  # CONFIG_USB_RTL8150 is not set  # CONFIG_USB_KAWETH is not set  # CONFIG_USB_CATC is not set  # CONFIG_USB_CDCETHER is not set  # CONFIG_USB_USBNET is not set + +# +# USB port drivers +#  # CONFIG_USB_USS720 is not set  #  # USB Serial Converter support  #  # CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +#  # CONFIG_USB_RIO500 is not set  # CONFIG_USB_AUERSWALD is not set  # CONFIG_USB_TIGL is not set | 
