diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-10 07:14:16 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-10 07:14:16 +0000 |
commit | 2794642eded3c78325a8a5864801d90ae82a6413 (patch) | |
tree | 8ae57acdd63fe859db12bcc2e38fa4d4293760e6 | |
parent | 6f7efa6f9a2d0ecf1502a78e70ae47cc1be0df53 (diff) | |
download | upstream-2794642eded3c78325a8a5864801d90ae82a6413.tar.gz upstream-2794642eded3c78325a8a5864801d90ae82a6413.tar.bz2 upstream-2794642eded3c78325a8a5864801d90ae82a6413.zip |
[gumstix] Remove sqlite from default config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22570 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index fd7448366f..3cf5fabd76 100644 --- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk +++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk @@ -12,7 +12,7 @@ define Profile/Gumstix ext2 usb udev kmod-bluetooth ntpclient wpa-supplicant \ wireless-tools wpa-cli \ bluez-utils bluez-hcidump hegw usbutils python pyserial \ - python-mini python-openssl python-sqlite3 libstdcpp \ + python-mini python-openssl libstdcpp \ kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \ kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \ kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \ |