Просмотр исходного кода

ramips: fix typo in default packages

Fix fivebytepypo - there is no such kernel module wpad-mini :)

Signed-off-by: Roman Yeryomin <[email protected]>

SVN-Revision: 28049
Gabor Juhos 14 лет назад
Родитель
Сommit
f8ab604eb6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/ramips/Makefile

+ 1 - 1
target/linux/ramips/Makefile

@@ -18,7 +18,7 @@ LINUX_VERSION:=2.6.39.4
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES+=\
 	kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-gpio-buttons \
-	kmod-button-hotplug kmod-wpad-mini maccalc
+	kmod-button-hotplug wpad-mini maccalc
 
 define Target/Description
 	Build firmware images for Ralink RT288x/RT305x based boards.