mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package: get rid of ".. has no inherent support for AVR32" comments
These are probaly out of date by now, and lack of special handling for
avr32 doesn't mean that a package won't work on avr32, so remove them.
Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}'
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
comment "ruby has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_RUBY
|
||||
|
||||
config BR2_PACKAGE_RUBY
|
||||
bool "ruby"
|
||||
depends on BR2_USE_WCHAR
|
||||
|
||||
Reference in New Issue
Block a user