diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-19 15:13:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-19 15:13:30 +0000 |
commit | 6518b98cf24d168a136ad516dff640f88b505c11 (patch) | |
tree | 6afde2bc958c2e11a3a9c94971e46b3cec12cd17 /target/linux/omap24xx/profiles/100-n810.mk | |
parent | 6a5a9b2663a0374324fc6aa3bc62fde0aa74039f (diff) | |
download | upstream-6518b98cf24d168a136ad516dff640f88b505c11.tar.gz upstream-6518b98cf24d168a136ad516dff640f88b505c11.tar.bz2 upstream-6518b98cf24d168a136ad516dff640f88b505c11.zip |
omap24xx/profiles/n810: remove reference to non-existing package
The package block-hotplug doesn't exist, removing reference to it.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/profiles/100-n810.mk')
-rw-r--r-- | target/linux/omap24xx/profiles/100-n810.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/profiles/100-n810.mk b/target/linux/omap24xx/profiles/100-n810.mk index f1cd603e43..a25148fc72 100644 --- a/target/linux/omap24xx/profiles/100-n810.mk +++ b/target/linux/omap24xx/profiles/100-n810.mk @@ -8,7 +8,7 @@ define Profile/n810-base NAME:=Nokia n810 (base) PACKAGES:= \ - block-mount block-hotplug \ + block-mount \ gpsd \ ip iw wireless-tools kmod-p54-spi wpa-supplicant \ dnsmasq dropbear \ |